| Index: Source/core/css/CSSFontSelector.h
|
| diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
|
| index 22b96af665de238a338d7e3056151f61355a0283..7b611e16157ac2a49d55d2c5d8a24963d0adf6cc 100644
|
| --- a/Source/core/css/CSSFontSelector.h
|
| +++ b/Source/core/css/CSSFontSelector.h
|
| @@ -86,7 +86,7 @@ private:
|
| void dispatchInvalidationCallbacks();
|
|
|
| // 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;
|
| // FIXME: Move to Document or StyleEngine.
|
|
|