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 |