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