diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-10 19:13:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-10 19:13:06 +0800 |
commit | 264834c946c5555c48b1fda985c6513c23773228 (patch) | |
tree | 6b238750e3e3404dd9a0933d058da40f9f28fdae /embed/mozilla/ExternalProtocolService.cpp | |
parent | 6f51f41957dafd6cf84c9def7f03b5823c15811d (diff) | |
download | gsoc2013-epiphany-264834c946c5555c48b1fda985c6513c23773228.tar gsoc2013-epiphany-264834c946c5555c48b1fda985c6513c23773228.tar.gz gsoc2013-epiphany-264834c946c5555c48b1fda985c6513c23773228.tar.bz2 gsoc2013-epiphany-264834c946c5555c48b1fda985c6513c23773228.tar.lz gsoc2013-epiphany-264834c946c5555c48b1fda985c6513c23773228.tar.xz gsoc2013-epiphany-264834c946c5555c48b1fda985c6513c23773228.tar.zst gsoc2013-epiphany-264834c946c5555c48b1fda985c6513c23773228.zip |
Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
2004-01-10 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ExternalProtocolHandlers.cpp:
Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.
Diffstat (limited to 'embed/mozilla/ExternalProtocolService.cpp')
-rw-r--r-- | embed/mozilla/ExternalProtocolService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/ExternalProtocolService.cpp b/embed/mozilla/ExternalProtocolService.cpp index a8a9ce949..9c00e080a 100644 --- a/embed/mozilla/ExternalProtocolService.cpp +++ b/embed/mozilla/ExternalProtocolService.cpp @@ -17,7 +17,7 @@ */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif #if MOZILLA_SNAPSHOT < 12 |