| Index: Source/bindings/tests/results/core/V8TestException.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestException.h b/Source/bindings/tests/results/core/V8TestException.h
|
| index d5d02a587f6ee60073a084e14eeb1761a77ad996..fb9e9eed7288cb1ef6d2038c3a11254c7dddb819 100644
|
| --- a/Source/bindings/tests/results/core/V8TestException.h
|
| +++ b/Source/bindings/tests/results/core/V8TestException.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 <>
|
|
|