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

Unified Diff: Source/modules/fetch/GlobalFetch.cpp

Issue 989483002: Oilpan: remove GlobalFetch GC plugin ignorance. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/modules/fetch/GlobalFetch.cpp
diff --git a/Source/modules/fetch/GlobalFetch.cpp b/Source/modules/fetch/GlobalFetch.cpp
index e54a5cc358ff87df8d8859a711fb439ca9377d4c..db6f14a12d683c70988f0c6925e28c15805a9b1b 100644
--- a/Source/modules/fetch/GlobalFetch.cpp
+++ b/Source/modules/fetch/GlobalFetch.cpp
@@ -83,7 +83,7 @@ private:
// Having a raw pointer is safe, because |m_fetchManager| is owned by
// the owner of this object.
- GC_PLUGIN_IGNORE("crbug.com/444740") RawPtrWillBeMember<FetchManager> m_fetchManager;
+ RawPtrWillBeMember<FetchManager> m_fetchManager;
};
explicit GlobalFetchImpl(ExecutionContext* executionContext)
« 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