Index: Source/bindings/tests/results/V8TestInterface.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterface.cpp b/Source/bindings/tests/results/V8TestInterface.cpp |
index eab43f220123a8768b32a874520f6ef1ff052225..827673e2886196c15cf66380d2d5a0564064325c 100644 |
--- a/Source/bindings/tests/results/V8TestInterface.cpp |
+++ b/Source/bindings/tests/results/V8TestInterface.cpp |
@@ -360,7 +360,7 @@ static void implementsEventHandlerAttributeAttributeGetter(const v8::PropertyCal |
{ |
v8::Handle<v8::Object> holder = info.Holder(); |
TestInterfaceImplementation* impl = V8TestInterface::toNative(holder); |
- EventListener* v8Value = impl->implementsEventHandlerAttribute(); |
+ EventListener* v8Value(impl->implementsEventHandlerAttribute()); |
v8SetReturnValue(info, v8Value ? v8::Handle<v8::Value>(V8AbstractEventListener::cast(v8Value)->getListenerObject(impl->executionContext())) : v8::Handle<v8::Value>(v8::Null(info.GetIsolate()))); |
} |