Bug 1764354 - Lint fix. r=fix. CLOSED TREE

This commit is contained in:
Butkovits Atila 2022-04-18 00:42:45 +03:00
Родитель 20b8aec4d5
Коммит 726fd922c9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ class nsMenuItemIconX final : public mozilla::widget::IconLoader::Listener {
// GetIconURI returns null if the item should not have any icon.
already_AddRefed<nsIURI> GetIconURI(nsIContent* aContent);
Listener* mListener; // [weak]
Listener* mListener; // [weak]
nsIntRect mImageRegionRect;
RefPtr<mozilla::ComputedStyle> mComputedStyle;
RefPtr<nsPresContext> mPresContext;