Index: Source/core/loader/FrameFetchContext.h |
diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h |
index 94e313cfbca54c7bda1fb7f00e62495efb082208..9b27d710da0055c0329c8b7e0592c17423451050 100644 |
--- a/Source/core/loader/FrameFetchContext.h |
+++ b/Source/core/loader/FrameFetchContext.h |
@@ -110,7 +110,7 @@ private: |
void printAccessDeniedMessage(const KURL&) const; |
// FIXME: Oilpan: Ideally this should just be a traced Member but that will |
- // currently leak because LayoutStyle and its data are not on the heap. |
+ // currently leak because ComputedStyle and its data are not on the heap. |
// See crbug.com/383860 for details. |
RawPtrWillBeWeakMember<Document> m_document; |
DocumentLoader* m_documentLoader; |