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