Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.cpp |
index 330fc20c3aa529fbd6a285e67c4bf2021ae5f587..e8fa04b2655a26e4cc6ceaf042c7949d19089631 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.cpp |
@@ -111,7 +111,7 @@ static void eventHandlerAttributeAttributeGetter(const v8::FunctionCallbackInfo< |
v8::Local<v8::Object> holder = info.Holder(); |
TestInterfaceNode* impl = V8TestInterfaceNode::toImpl(holder); |
EventListener* cppValue(impl->eventHandlerAttribute()); |
- v8SetReturnValue(info, cppValue ? v8::Local<v8::Value>(V8AbstractEventListener::cast(cppValue)->getListenerObject(impl->executionContext())) : v8::Local<v8::Value>(v8::Null(info.GetIsolate()))); |
+ v8SetReturnValue(info, cppValue ? v8::Local<v8::Value>(V8AbstractEventListener::cast(cppValue)->getListenerObject(impl->getExecutionContext())) : v8::Local<v8::Value>(v8::Null(info.GetIsolate()))); |
} |
static void eventHandlerAttributeAttributeGetterCallback(const v8::FunctionCallbackInfo<v8::Value>& info) |