diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-25 03:33:31 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-25 03:33:31 +0800 |
commit | 9cb44b58e235c88bfd4a9243d1862a32b1097efe (patch) | |
tree | 7348bec8d6c30ddd50a32dad7c8e052d038cc44b /embed/mozilla/nsUnicharUtils.cpp | |
parent | ba10b4ea6fbe8b701e1720584e10700050b291f1 (diff) | |
download | gsoc2013-epiphany-9cb44b58e235c88bfd4a9243d1862a32b1097efe.tar gsoc2013-epiphany-9cb44b58e235c88bfd4a9243d1862a32b1097efe.tar.gz gsoc2013-epiphany-9cb44b58e235c88bfd4a9243d1862a32b1097efe.tar.bz2 gsoc2013-epiphany-9cb44b58e235c88bfd4a9243d1862a32b1097efe.tar.lz gsoc2013-epiphany-9cb44b58e235c88bfd4a9243d1862a32b1097efe.tar.xz gsoc2013-epiphany-9cb44b58e235c88bfd4a9243d1862a32b1097efe.tar.zst gsoc2013-epiphany-9cb44b58e235c88bfd4a9243d1862a32b1097efe.zip |
Re-sync with mozilla.
2003-11-24 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/nsUnicharUtils.cpp:
* embed/mozilla/nsUnicharUtils.h:
Re-sync with mozilla.
Diffstat (limited to 'embed/mozilla/nsUnicharUtils.cpp')
-rw-r--r-- | embed/mozilla/nsUnicharUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/nsUnicharUtils.cpp b/embed/mozilla/nsUnicharUtils.cpp index d70619303..ce469250a 100644 --- a/embed/mozilla/nsUnicharUtils.cpp +++ b/embed/mozilla/nsUnicharUtils.cpp @@ -53,7 +53,7 @@ static nsICaseConversion *gCaseConv = nsnull; class nsShutdownObserver : public nsIObserver { public: - nsShutdownObserver() { NS_INIT_ISUPPORTS(); } + nsShutdownObserver() { } virtual ~nsShutdownObserver() {} NS_DECL_ISUPPORTS |