| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| index 53c63b13c33995fd1280521c7d67e410b9fb28da..728507fa3f2bde2f5ba971fe682b25a344c67911 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h
|
| @@ -50,7 +50,7 @@ public:
|
| static const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCount + 0;
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 1;
|
| 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 <>
|
|
|