| 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 b10a8eda1e6eb979f9af7273fb2e9ee2b104ba89..375ae6d8f63fe8129ac1018a77e69ba272ecf7c2 100644
|
| --- a/Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| +++ b/Source/bindings/tests/results/core/V8ArrayBuffer.h
|
| @@ -29,8 +29,8 @@ public:
|
| {
|
| }
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| - static void installConditionallyEnabledProperties(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| - static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
| + static void installConditionallyEnabledProperties(v8::Local<v8::Object>, v8::Isolate*) { }
|
| + static void installConditionallyEnabledMethods(v8::Local<v8::Object>, v8::Isolate*) { }
|
| };
|
|
|
| } // namespace blink
|
|
|