summaryrefslogtreecommitdiff
blob: d74dca71a581b38ad069fd923ef734a0648e422d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
--- ./netwerk/socket/base/nsUDPSocketProvider.h.orig	2009-01-08 16:23:30.000000000 +0800
+++ ./netwerk/socket/base/nsUDPSocketProvider.h	2009-01-08 16:23:35.000000000 +0800
@@ -45,7 +45,6 @@
     NS_DECL_ISUPPORTS
     NS_DECL_NSISOCKETPROVIDER
 
-private:
     ~nsUDPSocketProvider();
 
 };
--- ./toolkit/xre/nsAppRunner.cpp.orig	2009-01-09 00:33:39.000000000 +0800
+++ ./toolkit/xre/nsAppRunner.cpp	2009-01-09 00:33:48.000000000 +0800
@@ -1459,7 +1459,7 @@
   if (NS_FAILED(rv))
     return rv;
 
-#elif
+#else
 #error Oops, you need platform-specific code here
 #endif
 
--- ./layout/base/nsLayoutHistoryState.cpp.orig	2009-01-08 19:41:07.000000000 +0800
+++ ./layout/base/nsLayoutHistoryState.cpp	2009-01-08 19:41:15.000000000 +0800
@@ -59,10 +59,10 @@
   NS_IMETHOD GetState(const nsCString& aKey, nsPresState** aState);
   NS_IMETHOD RemoveState(const nsCString& aKey);
   NS_IMETHOD_(PRBool) HasStates() const;
+  ~nsLayoutHistoryState() {}
 
 
 private:
-  ~nsLayoutHistoryState() {}
 
   nsClassHashtable<nsCStringHashKey,nsPresState> mStates;
 };
--- ./widget/src/gtk2/nsImageToPixbuf.h.orig	2009-01-08 18:09:05.000000000 +0800
+++ ./widget/src/gtk2/nsImageToPixbuf.h	2009-01-08 18:13:20.000000000 +0800
@@ -56,10 +56,10 @@
                                           PRInt32 aWidth, PRInt32 aHeight);
         static GdkPixbuf* PatternToPixbuf(gfxPattern* aPattern,
                                           PRInt32 aWidth, PRInt32 aHeight);
+        ~nsImageToPixbuf() {}
     private:
         static GdkPixbuf* ImgSurfaceToPixbuf(gfxImageSurface* aImgSurface,
                                              PRInt32 aWidth, PRInt32 aHeight);
-        ~nsImageToPixbuf() {}
 };
 
 
--- ./widget/src/gtk2/nsNativeKeyBindings.h.orig	2009-01-08 18:13:33.000000000 +0800
+++ ./widget/src/gtk2/nsNativeKeyBindings.h	2009-01-08 18:13:59.000000000 +0800
@@ -90,8 +90,8 @@
                                    DoCommandCallback aCallback,
                                    void *aCallbackData);
 
-private:
   ~nsNativeKeyBindings() NS_HIDDEN;
+private:
 
   PRBool KeyPressInternal(const nsNativeKeyEvent& aEvent,
                           DoCommandCallback aCallback,