Index: third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h b/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h |
index 1a31e89280a3bcb7315901bdf8cfc25fd19e6a66..6a0d67799b0f9a7ef4aeec0a2ac0b14444a5f712 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h |
@@ -13,6 +13,7 @@ |
#define V8ArrayBufferView_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" |
@@ -46,6 +47,11 @@ class V8ArrayBufferView { |
}; |
template <> |
+struct NativeValueTraits<TestArrayBufferView> : public NativeValueTraitsBase<TestArrayBufferView> { |
+ CORE_EXPORT static TestArrayBufferView* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
+}; |
+ |
+template <> |
struct V8TypeOf<TestArrayBufferView> { |
typedef V8ArrayBufferView Type; |
}; |