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