Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp |
index acc0b08e45e047833de39a0b8729098cdac464cb..e48c5fc624a5c4e7856711fa06816e849da9bd64 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.cpp |
@@ -42,10 +42,10 @@ void V8TestPermissiveDictionary::toImpl(v8::Isolate* isolate, v8::Local<v8::Valu |
} |
-v8::Local<v8::Value> toV8(const TestPermissiveDictionary& impl, v8::Local<v8::Object> creationContext, v8::Isolate* isolate) |
+v8::Local<v8::Value> TestPermissiveDictionary::toV8Impl(v8::Local<v8::Object> creationContext, v8::Isolate* isolate) const |
{ |
v8::Local<v8::Object> v8Object = v8::Object::New(isolate); |
- if (!toV8TestPermissiveDictionary(impl, v8Object, creationContext, isolate)) |
+ if (!toV8TestPermissiveDictionary(*this, v8Object, creationContext, isolate)) |
return v8::Local<v8::Value>(); |
return v8Object; |
} |