| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| index 119aab26fa7aa121d9210501582ccd572355fbba..7564b0422a03c958ad43cf0ceff8637d90c73d21 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h
|
| @@ -39,7 +39,7 @@ public:
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| 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 <>
|
|
|