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