Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
index 9cddc0d0447a8347f4092b4ea8b6413cf3c14805..7d69b42851edb2108ed5b261422aae67b80a5670 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
@@ -13,6 +13,7 @@ |
#define V8TestInterfaceCustomConstructor_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" |
@@ -49,6 +50,11 @@ class V8TestInterfaceCustomConstructor { |
}; |
template <> |
+struct NativeValueTraits<TestInterfaceCustomConstructor> : public NativeValueTraitsBase<TestInterfaceCustomConstructor> { |
+ CORE_EXPORT static TestInterfaceCustomConstructor* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
+}; |
+ |
+template <> |
struct V8TypeOf<TestInterfaceCustomConstructor> { |
typedef V8TestInterfaceCustomConstructor Type; |
}; |