| Index: Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h b/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h
|
| index fcd89ed7b8f3e829ee5e15dbfaf34826d71fe091..11c26f28c8dfc3fc53813995dbd93f4b918ae62e 100644
|
| --- a/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h
|
| +++ b/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h
|
| @@ -34,8 +34,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
|
|
|