Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h |
index 1a2566f4217e5dd1838bd50328a85e56690931da..9346dc2ab47191882f6590934a414ee3118ca78b 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestPermissiveDictionary.h |
@@ -36,6 +36,11 @@ struct NativeValueTraits<TestPermissiveDictionary> { |
static TestPermissiveDictionary nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
}; |
+template <> |
+struct V8TypeOf<TestPermissiveDictionary> { |
+ typedef V8TestPermissiveDictionary Type; |
+}; |
+ |
} // namespace blink |
#endif // V8TestPermissiveDictionary_h |