| Index: Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestSpecialOperations.h b/Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| index 86425c884efbab1f82ed231ca3b1449c95854707..a93eef910297d69d405f5cc0732acbfb1626329f 100644
|
| --- a/Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| +++ b/Source/bindings/tests/results/core/V8TestSpecialOperations.h
|
| @@ -37,7 +37,7 @@ public:
|
| }
|
| 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 <>
|
|
|