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

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: Revert and put TODO comment 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..ceceb67eb03a482f20ddc72b4cae10f0639c61f8 100644
--- a/Source/web/WebDevToolsFrontendImpl.h
+++ b/Source/web/WebDevToolsFrontendImpl.h
@@ -62,6 +62,8 @@ public:
void setInjectedScriptForOrigin(const String& origin, const String& source) override;
private:
+ // TODO(Oilpan): Make the lifetime of m_webFrame clear to remove this GC_PLUGIN_IGNORE.
+ GC_PLUGIN_IGNORE("http://crbug.com/509911")
WebLocalFrameImpl* m_webFrame;
WebDevToolsFrontendClient* m_client;
RefPtrWillBePersistent<DevToolsHost> m_devtoolsHost;
« 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