| Index: Source/bindings/tests/results/core/V8TestInterface3.h
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterface3.h b/Source/bindings/tests/results/core/V8TestInterface3.h
|
| index 71c19351864c97dd24ee2f334323aaf896318d09..a5598fcafaef8e8d79407514c50fa683480b4a76 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterface3.h
|
| +++ b/Source/bindings/tests/results/core/V8TestInterface3.h
|
| @@ -43,8 +43,8 @@ public:
|
| static void namedPropertyDeleterCustom(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Boolean>&);
|
| static void namedPropertyEnumeratorCustom(const v8::PropertyCallbackInfo<v8::Array>&);
|
| 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
|
|
|