Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h |
index 9346dc2ab47191882f6590934a414ee3118ca78b..943e5dd33785edb04ab2bf0369972e1855674618 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h |
@@ -22,7 +22,6 @@ public: |
CORE_EXPORT static void toImpl(v8::Isolate*, v8::Local<v8::Value>, TestPermissiveDictionary&, ExceptionState&); |
}; |
-v8::Local<v8::Value> toV8(const TestPermissiveDictionary&, v8::Local<v8::Object>, v8::Isolate*); |
CORE_EXPORT bool toV8TestPermissiveDictionary(const TestPermissiveDictionary&, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*); |
template<class CallbackInfo> |