| Index: bindings/js/ScriptController.h
|
| ===================================================================
|
| --- bindings/js/ScriptController.h (revision 53180)
|
| +++ bindings/js/ScriptController.h (working copy)
|
| @@ -24,6 +24,7 @@
|
|
|
| #include "JSDOMWindowShell.h"
|
| #include "ScriptInstance.h"
|
| +#include "ScriptState.h"
|
| #include <runtime/Protect.h>
|
| #include <wtf/RefPtr.h>
|
|
|
| @@ -157,6 +158,8 @@
|
|
|
| XSSAuditor* xssAuditor() { return m_XSSAuditor.get(); }
|
|
|
| + ScriptState* mainWorldScriptState();
|
| +
|
| private:
|
| JSDOMWindowShell* initScript(DOMWrapperWorld* world);
|
|
|
|
|