Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: src/inspector/InjectedScriptNative.h

Issue 2332243002: [inspector] fixed all deprecated calls (Closed)
Patch Set: addressed comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/inspector/InjectedScriptNative.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/InjectedScriptNative.h
diff --git a/src/inspector/InjectedScriptNative.h b/src/inspector/InjectedScriptNative.h
index 90edc422dc0cb1de0b5d24144409ab83189159e0..b91d0148da12cb6bf5517e96d972bac6e7dd1365 100644
--- a/src/inspector/InjectedScriptNative.h
+++ b/src/inspector/InjectedScriptNative.h
@@ -19,7 +19,8 @@ class InjectedScriptNative final {
~InjectedScriptNative();
void setOnInjectedScriptHost(v8::Local<v8::Object>);
- static InjectedScriptNative* fromInjectedScriptHost(v8::Local<v8::Object>);
+ static InjectedScriptNative* fromInjectedScriptHost(v8::Isolate* isolate,
+ v8::Local<v8::Object>);
int bind(v8::Local<v8::Value>, const String16& groupName);
void unbind(int id);
« no previous file with comments | « no previous file | src/inspector/InjectedScriptNative.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698