| 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 e5ff13d86b82daac0d60d750f174302a5fb6a86b..4d6ce7516fb8ef535916feae2b6b95ff9b15a01f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h
|
| @@ -33,7 +33,7 @@ public:
|
| }
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { }
|
| - static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object> prototypeObject, v8::Local<v8::FunctionTemplate> interfaceTemplate) { }
|
| + static void preparePrototypeAndInterfaceObject(v8::Isolate*, v8::Local<v8::Object> prototypeObject, v8::Local<v8::Function> interfaceObject, v8::Local<v8::FunctionTemplate> interfaceTemplate) { }
|
| };
|
|
|
| template <>
|
|
|