| 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 bdb6c64ca96a56bc07aa26f4f549784b18d7db14..0ae3dd1b091fc09cddefff8dcd0650eabf6aa004 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
|
| @@ -23,7 +23,6 @@ namespace blink {
|
| class V8Uint8ClampedArray {
|
| STATIC_ONLY(V8Uint8ClampedArray);
|
| public:
|
| - CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| CORE_EXPORT static TestUint8ClampedArray* toImpl(v8::Local<v8::Object> object);
|
| CORE_EXPORT static TestUint8ClampedArray* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
|
|