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