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) |