Index: Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
index b39ea56f97cea8ebbbda3cd183296e5f5e15187b..878d9dc18e65c0de2ce951e8d5a791969be9cefa 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h |
@@ -36,8 +36,8 @@ public: |
static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void constructorCustom(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 |