Index: Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h b/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
index 59e1b396a2bcb59f137e2c3ee033e1387ba23406..8d1e083bcdb7b557232aec1a376a8a577dd754dc 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.h |
@@ -46,8 +46,8 @@ public: |
static void constructorCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static const int eventListenerCacheIndex = v8DefaultWrapperInternalFieldCount + 0; |
static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 1; |
- 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 |