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 143d66d4bb217777dc09db2156060dfc41a9c116..631ee49d620e23b396dab1bc309001e8ce80fc6d 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.h |
@@ -36,6 +36,11 @@ struct NativeValueTraits<TestDictionary> { |
static TestDictionary nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
}; |
+template <> |
+struct V8TypeOf<TestDictionary> { |
+ typedef V8TestDictionary Type; |
+}; |
+ |
} // namespace blink |
#endif // V8TestDictionary_h |