| Index: Source/bindings/v8/ScriptState.cpp
|
| diff --git a/Source/bindings/v8/ScriptState.cpp b/Source/bindings/v8/ScriptState.cpp
|
| index 77226e307e12046d10798fc43c79af3bf07d5ba9..16a147e096c1d7460743b5e8bd872208b2a49d99 100644
|
| --- a/Source/bindings/v8/ScriptState.cpp
|
| +++ b/Source/bindings/v8/ScriptState.cpp
|
| @@ -62,6 +62,12 @@ DOMWindow* ScriptState::domWindow() const
|
| return toDOMWindow(m_context.get());
|
| }
|
|
|
| +DOMWrapperWorld* ScriptState::domWrapperWorld() const
|
| +{
|
| + v8::HandleScope handleScope;
|
| + return DOMWrapperWorld::isolatedWorld(m_context.get());
|
| +}
|
| +
|
| ScriptExecutionContext* ScriptState::scriptExecutionContext() const
|
| {
|
| v8::HandleScope handleScope;
|
|
|