Bug 1767996 - Apply readability-make-member-function-const on dom/html r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D145627
This commit is contained in:
Kagami Sascha Rosylight
2022-05-13 05:35:25 +00:00
parent 2b3baf8dfe
commit ca80f84bf8
15 changed files with 23 additions and 27 deletions

View File

@@ -105,7 +105,7 @@ class ImageLoadTask final : public MicroTaskRunnable {
return global && global->IsInSyncOperation();
}
bool AlwaysLoad() { return mAlwaysLoad; }
bool AlwaysLoad() const { return mAlwaysLoad; }
private:
~ImageLoadTask() = default;