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