| Index: Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestSpecialOperations.h b/Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| index c05654254750ed05bb6ae0aed942cfce0b8e0038..a4c390c34276765512e52e35d42d60ec29c13732 100644
|
| --- a/Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| +++ b/Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| @@ -37,7 +37,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>) { }
|
| + static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object> prototypeObject, v8::Local<v8::FunctionTemplate> interfaceTemplate) { }
|
| };
|
|
|
| template <>
|
|
|