Index: Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h |
index 7f836b23a6bdae23ebc1107714fbeefef14ee137..c2abccf77a49ab0ca132215e7427d0403420c9a0 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h |
@@ -39,8 +39,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 |