diff options
Diffstat (limited to 'embed/mozilla/EphySingle.cpp')
-rw-r--r-- | embed/mozilla/EphySingle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/EphySingle.cpp b/embed/mozilla/EphySingle.cpp index 2d17a6baf..4bd1915ea 100644 --- a/embed/mozilla/EphySingle.cpp +++ b/embed/mozilla/EphySingle.cpp @@ -27,9 +27,9 @@ #include "ephy-debug.h" -#define MOZILLA_STRICT_API +#undef MOZILLA_INTERNAL_API #include <nsEmbedString.h> -#undef MOZILLA_STRICT_API +#define MOZILLA_INTERNAL_API 1 #include <nsIURI.h> #include <nsIPermissionManager.h> #include <nsICookieManager.h> |