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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h

Issue 1924713002: [DevTools] Removed InjectedScriptHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-inspect-to-native
Patch Set: Created 4 years, 8 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
Index: third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
index 0e4efeabd273842dc5ce2454e6203170d9fd1610..312d4f6553bbee42ca854b6c45247fef2cdd9a93 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/InspectedContext.h
@@ -37,7 +37,7 @@ public:
V8DebuggerImpl* debugger() const { return m_debugger; }
InjectedScript* getInjectedScript() { return m_injectedScript.get(); }
- void createInjectedScript(InjectedScriptHost*);
+ void createInjectedScript();
void discardInjectedScript();
private:

Powered by Google App Engine
This is Rietveld 408576698