Index: third_party/WebKit/Source/bindings/templates/dictionary_v8.h |
diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_v8.h b/third_party/WebKit/Source/bindings/templates/dictionary_v8.h |
index e9bc6dc1681a4ae9230b71f78e6ca76dee3f106c..225aef2404e006ffb621ef4c839c080651493328 100644 |
--- a/third_party/WebKit/Source/bindings/templates/dictionary_v8.h |
+++ b/third_party/WebKit/Source/bindings/templates/dictionary_v8.h |
@@ -15,7 +15,6 @@ public: |
{{exported}}static void toImpl(v8::Isolate*, v8::Local<v8::Value>, {{cpp_class}}&, ExceptionState&); |
}; |
-v8::Local<v8::Value> toV8(const {{cpp_class}}&, v8::Local<v8::Object>, v8::Isolate*); |
{{exported}}bool toV8{{cpp_class}}(const {{cpp_class}}&, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*); |
template<class CallbackInfo> |