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

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

Issue 1686033002: Add V8TypeOf<> for IDL dictionaries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/V8TestDictionaryDerived.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
index d9e2bf8299587d171617e3cf0be691799f3786d9..0619a6d5287ba8637b550be845bf250448b9c49d 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.h
@@ -36,6 +36,11 @@ struct NativeValueTraits<TestDictionaryDerivedImplementedAs> {
static TestDictionaryDerivedImplementedAs nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
};
+template <>
+struct V8TypeOf<TestDictionaryDerivedImplementedAs> {
+ typedef V8TestDictionaryDerivedImplementedAs Type;
+};
+
} // namespace blink
#endif // V8TestDictionaryDerived_h

Powered by Google App Engine
This is Rietveld 408576698