| Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| index 41c7cf251bc944fc00c2f3a239adeaf2ae38e542..9d815664b905e9e357e630f8c77bbb9356d29fae 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| @@ -41,8 +41,8 @@ public:
|
| }
|
| static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&);
|
| 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
|
|
|