Index: Source/core/inspector/InjectedScriptNative.h |
diff --git a/Source/core/inspector/InjectedScriptNative.h b/Source/core/inspector/InjectedScriptNative.h |
index b3693efc7d6244cf9b3dade0455f80f5444d94bb..4c020ae2cca0b604f6c2c8628e59514f1e99243d 100644 |
--- a/Source/core/inspector/InjectedScriptNative.h |
+++ b/Source/core/inspector/InjectedScriptNative.h |
@@ -18,8 +18,8 @@ public: |
explicit InjectedScriptNative(v8::Isolate*); |
~InjectedScriptNative(); |
- void setOnInjectedScriptHost(v8::Handle<v8::Object>); |
- static InjectedScriptNative* fromInjectedScriptHost(v8::Handle<v8::Object>); |
+ void setOnInjectedScriptHost(v8::Local<v8::Object>); |
+ static InjectedScriptNative* fromInjectedScriptHost(v8::Local<v8::Object>); |
int bind(v8::Local<v8::Value>, const String& groupName); |
void unbind(int id); |