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

Unified Diff: Source/web/WebDevToolsFrontendImpl.h

Issue 1322513002: [Oilpan] Add a GC_PLUGIN_IGNORE with a TODO comment (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsFrontendImpl.h
diff --git a/Source/web/WebDevToolsFrontendImpl.h b/Source/web/WebDevToolsFrontendImpl.h
index 83de9fd35ea2b6a70b08d69c887deeeaf646c3a4..72ad49f27da5445a275891747895a4c740151166 100644
--- a/Source/web/WebDevToolsFrontendImpl.h
+++ b/Source/web/WebDevToolsFrontendImpl.h
@@ -62,7 +62,7 @@ public:
void setInjectedScriptForOrigin(const String& origin, const String& source) override;
private:
- WebLocalFrameImpl* m_webFrame;
+ RawPtrWillBeWeakPersistent<WebLocalFrameImpl> m_webFrame;
haraken 2015/08/27 09:13:49 This pointer looks nasty... - We shouldn't use We
WebDevToolsFrontendClient* m_client;
RefPtrWillBePersistent<DevToolsHost> m_devtoolsHost;
typedef HashMap<String, String> InjectedScriptForOriginMap;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698