Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h

Issue 2183623004: Add IDLDictionaryBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix multi-level inheritance bug Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698