| Index: Source/bindings/v8/ScriptState.h
|
| diff --git a/Source/bindings/v8/ScriptState.h b/Source/bindings/v8/ScriptState.h
|
| index 109ea5a7c56850447e8be54287857199034dc39f..3ccaf93a0674d4d73eb3039b80032593057d4ed9 100644
|
| --- a/Source/bindings/v8/ScriptState.h
|
| +++ b/Source/bindings/v8/ScriptState.h
|
| @@ -70,6 +70,7 @@ public:
|
| }
|
|
|
| DOMWindow* domWindow() const;
|
| + DOMWrapperWorld *domWrapperWorld() const;
|
| ScriptExecutionContext* scriptExecutionContext() const;
|
|
|
| static ScriptState* forContext(v8::Local<v8::Context>);
|
|
|