| Index: Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| index 04a7c3413b065169591ab9558ef7a5153cea1df6..9a11bde158c065126c79e19278c1b5ee3d07eab5 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.h
|
| @@ -43,7 +43,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 installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Isolate*) { }
|
| + static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>) { }
|
| };
|
|
|
| CORE_EXPORT bool initializeTestInterfaceEventConstructor(TestInterfaceEventConstructorInit&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info);
|
|
|