Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h |
index e841f36e63f7b3bd567d1c36fb8484d0e6f8e836..ae8d694e5a66116bc696a15aa93d430dbf35c66c 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h |
@@ -13,6 +13,7 @@ |
#define V8TestIntegerIndexedGlobal_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" |
@@ -70,6 +71,11 @@ class V8TestIntegerIndexedGlobal { |
}; |
template <> |
+struct NativeValueTraits<TestIntegerIndexedGlobal> : public NativeValueTraitsBase<TestIntegerIndexedGlobal> { |
+ CORE_EXPORT static TestIntegerIndexedGlobal* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
+}; |
+ |
+template <> |
struct V8TypeOf<TestIntegerIndexedGlobal> { |
typedef V8TestIntegerIndexedGlobal Type; |
}; |