Index: Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h b/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
index 59921bef3641f419806be12fadb27fd226d45f25..b21f17d0ddc9a20676001a209b7ddcd9f4f58459 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h |
@@ -38,8 +38,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 |