diff options
Diffstat (limited to 'js/xpconnect/src/XPCWrappedNativeJSOps.cpp')
-rw-r--r-- | js/xpconnect/src/XPCWrappedNativeJSOps.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/xpconnect/src/XPCWrappedNativeJSOps.cpp b/js/xpconnect/src/XPCWrappedNativeJSOps.cpp index 6c343e1e8..737638af9 100644 --- a/js/xpconnect/src/XPCWrappedNativeJSOps.cpp +++ b/js/xpconnect/src/XPCWrappedNativeJSOps.cpp @@ -13,6 +13,7 @@ #include "nsIAddonInterposition.h" #include "AddonWrapper.h" #include "js/Class.h" +#include "nsContentUtils.h" using namespace mozilla; using namespace JS; |