| 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 4e46dcc072c5e206f4ab17997527bb6e79d1d746..e13cfd53f8f2eac8b70855b93d46002e3b9317dc 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h
|
| @@ -35,7 +35,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 <>
|
|
|