Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
index 3689ba3e4693be00bc0527ba14a96de2124accb5..74bb6a4e9582429ad8c422e77e020a72ae760855 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
@@ -14,6 +14,7 @@ |
#include "bindings/core/v8/GeneratedCodeHelper.h" |
#include "bindings/core/v8/LongOrTestDictionary.h" |
+#include "bindings/core/v8/NativeValueTraits.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "bindings/core/v8/ToV8.h" |
#include "bindings/core/v8/V8Binding.h" |
@@ -56,6 +57,11 @@ class V8TestInterfaceConstructor { |
}; |
template <> |
+struct NativeValueTraits<TestInterfaceConstructor> : public NativeValueTraitsBase<TestInterfaceConstructor> { |
+ CORE_EXPORT static TestInterfaceConstructor* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
+}; |
+ |
+template <> |
struct V8TypeOf<TestInterfaceConstructor> { |
typedef V8TestInterfaceConstructor Type; |
}; |