1 See the following bug reports;
3 https://bugzilla.mozilla.org/show_bug.cgi?id=623116
4 https://bugzilla.mozilla.org/show_bug.cgi?id=623123
5 https://bugzilla.mozilla.org/show_bug.cgi?id=623126
6 https://bugzilla.mozilla.org/show_bug.cgi?id=628371
8 diff --git a/xpcom/base/nsDebugImpl.h b/xpcom/base/nsDebugImpl.h
9 --- a/xpcom/base/nsDebugImpl.h
10 +++ b/xpcom/base/nsDebugImpl.h
12 class nsDebugImpl : public nsIDebug2
19 diff --git a/xpcom/base/nsTraceRefcntImpl.h b/xpcom/base/nsTraceRefcntImpl.h
20 --- a/xpcom/base/nsTraceRefcntImpl.h
21 +++ b/xpcom/base/nsTraceRefcntImpl.h
23 class nsTraceRefcntImpl : public nsITraceRefcnt
26 + nsTraceRefcntImpl() {}
28 NS_DECL_NSITRACEREFCNT
30 diff --git a/xpcom/glue/nsEnumeratorUtils.cpp b/xpcom/glue/nsEnumeratorUtils.cpp
31 --- a/xpcom/glue/nsEnumeratorUtils.cpp
32 +++ b/xpcom/glue/nsEnumeratorUtils.cpp
33 @@ -52,6 +52,7 @@ class EmptyEnumeratorImpl : public nsISi
34 public nsIStringEnumerator
37 + EmptyEnumeratorImpl() {}
38 // nsISupports interface
39 NS_DECL_ISUPPORTS_INHERITED // not really inherited, but no mRefCnt
41 diff --git a/xpcom/io/nsUnicharInputStream.h b/xpcom/io/nsUnicharInputStream.h
42 --- a/xpcom/io/nsUnicharInputStream.h
43 +++ b/xpcom/io/nsUnicharInputStream.h
44 @@ -51,6 +51,7 @@ class nsSimpleUnicharStreamFactory :
45 private nsISimpleUnicharStreamFactory
48 + nsSimpleUnicharStreamFactory() {}
49 NS_DECL_ISUPPORTS_INHERITED
51 NS_DECL_NSISIMPLEUNICHARSTREAMFACTORY
52 diff --git a/intl/unicharutil/util/nsUnicharUtils.h b/intl/unicharutil/util/nsUnicharUtils.h
53 --- a/intl/unicharutil/util/nsUnicharUtils.h
54 +++ b/intl/unicharutil/util/nsUnicharUtils.h
55 @@ -103,6 +103,7 @@ public:
56 class nsASCIICaseInsensitiveStringComparator : public nsStringComparator
59 + nsASCIICaseInsensitiveStringComparator() {}
60 virtual int operator() (const PRUnichar*,
63 diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
64 --- a/toolkit/xre/nsAppRunner.cpp
65 +++ b/toolkit/xre/nsAppRunner.cpp
66 @@ -616,6 +616,7 @@ class nsXULAppInfo : public nsIXULAppInf
71 NS_DECL_ISUPPORTS_INHERITED
74 diff --git a/embedding/browser/gtk/src/EmbedPrivate.cpp b/embedding/browser/gtk/src/EmbedPrivate.cpp
75 index 57fd9b1..0052ca7 100644
76 --- a/embedding/browser/gtk/src/EmbedPrivate.cpp
77 +++ b/embedding/browser/gtk/src/EmbedPrivate.cpp
78 @@ -99,6 +99,7 @@ nsIDirectoryServiceProvider *EmbedPrivate::sAppFileLocProvider = nsnull;
79 class GTKEmbedDirectoryProvider : public nsIDirectoryServiceProvider2
82 + GTKEmbedDirectoryProvider() {}
83 NS_DECL_ISUPPORTS_INHERITED
84 NS_DECL_NSIDIRECTORYSERVICEPROVIDER
85 NS_DECL_NSIDIRECTORYSERVICEPROVIDER2