Index: Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp |
index 5d34683132a7fa9b50f2565dfa4a113b9c6274a3..2acbe59c4338dae30c5d3abd0f0b3ed8afa6a4fb 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp |
@@ -74,7 +74,7 @@ template <typename T> void V8_USE(T) { } |
static void attr1AttributeGetter(const v8::PropertyCallbackInfo<v8::Value>& info) |
{ |
TestInterfaceWillBeGarbageCollected* imp = V8TestInterfaceWillBeGarbageCollected::toNative(info.Holder()); |
- v8SetReturnValueFast(info, imp->attr1(), imp); |
+ v8SetReturnValueFast(info, WTF::getPtr(imp->attr1()), imp); |
} |
static void attr1AttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) |