| Index: Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp b/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| index a4ed4ac24136c94849308c457b9bb30ba0e48c12..7b8b4f9ed1f7b6e6d84b1410615543859b8fc0ce 100644
|
| --- a/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
|
| @@ -214,7 +214,7 @@ static v8::Handle<v8::Array> getJSListenerFunctions(Document* document, const Ev
|
| continue;
|
| }
|
| V8AbstractEventListener* v8Listener = static_cast<V8AbstractEventListener*>(listener.get());
|
| - v8::Local<v8::Context> context = toV8Context(document, v8Listener->worldContext());
|
| + v8::Local<v8::Context> context = toV8Context(document, v8Listener->world());
|
| // Hide listeners from other contexts.
|
| if (context != v8::Context::GetCurrent())
|
| continue;
|
|
|