Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
index a471b686cf4bacd138ab96d9a931f851a155f610..0f04428bdc0499f91faecc7a7650fb3f0ebb08cc 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h |
@@ -13,6 +13,7 @@ |
#define V8TestInterfaceNamedConstructor_h |
#include "bindings/core/v8/GeneratedCodeHelper.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" |
@@ -54,6 +55,11 @@ class V8TestInterfaceNamedConstructor { |
}; |
template <> |
+struct NativeValueTraits<TestInterfaceNamedConstructor> : public NativeValueTraitsBase<TestInterfaceNamedConstructor> { |
+ CORE_EXPORT static TestInterfaceNamedConstructor* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
+}; |
+ |
+template <> |
struct V8TypeOf<TestInterfaceNamedConstructor> { |
typedef V8TestInterfaceNamedConstructor Type; |
}; |