| Index: Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| index 94ed4010b371823daf1aadf2ec94487cfd4aa77d..f7d6d8a8fe08c3fee668c76258a76ae632b8fe65 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.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 <>
|
|
|