Bug 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. r=bz

This commit is contained in:
Tooru Fujisawa
2017-01-28 00:42:47 +09:00
parent 030c23d423
commit 4b595b32f4
20 changed files with 123 additions and 83 deletions

View File

@@ -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"