diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-06-16 09:48:07 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-07-18 22:38:33 -0400 |
commit | 4a82fdad87107d369df20da0a4a0987b1bd821fd (patch) | |
tree | 5cb6304fa72e89cd2a0394fed77dfed33e51d8f4 /js/ipc | |
parent | d7fbf2a9df8904d495c4c86e6f575d44185eae1b (diff) | |
download | uxp-4a82fdad87107d369df20da0a4a0987b1bd821fd.tar.gz |
1332245 - Move nsScriptError from js/xpconnect to dom/bindings.
Diffstat (limited to 'js/ipc')
-rw-r--r-- | js/ipc/JavaScriptParent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/ipc/JavaScriptParent.cpp b/js/ipc/JavaScriptParent.cpp index 6cf9e05911..aafd7f565f 100644 --- a/js/ipc/JavaScriptParent.cpp +++ b/js/ipc/JavaScriptParent.cpp @@ -9,6 +9,7 @@ #include "mozilla/dom/ContentParent.h" #include "mozilla/dom/ScriptSettings.h" #include "nsJSUtils.h" +#include "nsIScriptError.h" #include "jsfriendapi.h" #include "jswrapper.h" #include "js/Proxy.h" |