Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.cpp |
index 2c1dfd5bb6e537682364a581982ff3bb533c895b..6c5ba28465d9791fb1b9b45f75f7d5d3ed9dab4f 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.cpp |
@@ -57,7 +57,9 @@ namespace TestInterface3V8Internal { |
static void readonlyStringifierAttributeAttributeGetter(const v8::FunctionCallbackInfo<v8::Value>& info) |
{ |
v8::Local<v8::Object> holder = info.Holder(); |
+ |
TestInterface3* impl = V8TestInterface3::toImpl(holder); |
+ |
v8SetReturnValueString(info, impl->readonlyStringifierAttribute(), info.GetIsolate()); |
} |