| Index: Source/bindings/tests/results/core/V8TestTypedefs.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestTypedefs.h b/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| index 3c8527a129486cc564f2cfcc8906d9eacef5b464..d9bd32bec789befbc3b4bf4321089f371c3b1560 100644
|
| --- a/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| +++ b/Source/bindings/tests/results/core/V8TestTypedefs.h
|
| @@ -38,7 +38,7 @@ public:
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { }
|
| - static void installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Isolate*) { }
|
| + static void preparePrototypeObject(v8::Isolate*, v8::Local<v8::Object>) { }
|
| };
|
|
|
| template <>
|
|
|