| Index: Source/bindings/tests/results/modules/V8TestInterface5.h
|
| diff --git a/Source/bindings/tests/results/modules/V8TestInterface5.h b/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| index 1a76d8b63e15ab9a41f4f50f76c6035d1bdab995..8fa4f6fc13db5cb3957827941060cd23619df9fb 100644
|
| --- a/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| +++ b/Source/bindings/tests/results/modules/V8TestInterface5.h
|
| @@ -41,8 +41,8 @@ public:
|
| static ActiveDOMObject* toActiveDOMObject(v8::Local<v8::Object>);
|
| static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&);
|
| 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 installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { }
|
| + static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object> prototypeObject, v8::Local<v8::FunctionTemplate> interfaceTemplate);
|
| };
|
|
|
| template <>
|
|
|