| Index: Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h b/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h
|
| index 97081e8f4559dd725193737eb298633da3ed494b..d2db33fc10d34c9d2b56a227a3d2849264a87296 100644
|
| --- a/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h
|
| +++ b/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.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 <>
|
|
|