| Index: Source/bindings/tests/results/core/V8Uint8ClampedArray.h
|
| diff --git a/Source/bindings/tests/results/core/V8Uint8ClampedArray.h b/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
|
| index 84b3444b65abe991a0b1e8cb5db2067a0855e573..deb8bfc754ddc8a8ac72c75c5ad67df0115620e6 100644
|
| --- a/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
|
| +++ b/Source/bindings/tests/results/core/V8Uint8ClampedArray.h
|
| @@ -33,7 +33,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 <>
|
|
|