| Index: third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
|
| index 11ebf44fb6bc082ee89603be450caa7cc7908abf..fcdc9b8eb9ecfe8a09956c0a3a6dbf07c259c15b 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
|
| @@ -23,7 +23,6 @@ namespace blink {
|
| class V8DataView {
|
| STATIC_ONLY(V8DataView);
|
| public:
|
| - CORE_EXPORT static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| CORE_EXPORT static TestDataView* toImpl(v8::Local<v8::Object> object);
|
| CORE_EXPORT static TestDataView* toImplWithTypeCheck(v8::Isolate*, v8::Local<v8::Value>);
|
| CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo;
|
|
|