Index: Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h b/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
index 7a27a5b3109e3cc1be658120939fb17ddf850425..bd0e6f3f464b5fcdcc51f332cba274aacea91b8e 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
@@ -45,8 +45,8 @@ public: |
} |
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 |