| Index: Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| diff --git a/Source/bindings/tests/results/core/V8ArrayBuffer.h b/Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| index c4a07aafc6833259b845009b2e3546b997491ef3..f458eeef612411d2d37c30c8691dc28c26a979e6 100644
|
| --- a/Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| +++ b/Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| @@ -32,7 +32,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 <>
|
|
|