Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h |
index 631ee49d620e23b396dab1bc309001e8ce80fc6d..19a73b76a2f8e9477bcbdcc54dee9cdc03244297 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h |
@@ -22,7 +22,6 @@ public: |
CORE_EXPORT static void toImpl(v8::Isolate*, v8::Local<v8::Value>, TestDictionary&, ExceptionState&); |
}; |
-v8::Local<v8::Value> toV8(const TestDictionary&, v8::Local<v8::Object>, v8::Isolate*); |
CORE_EXPORT bool toV8TestDictionary(const TestDictionary&, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*); |
template<class CallbackInfo> |