Bug 1839315: part 4) Link from SheetLoadData::mWasAlternate to spec. r=emilio DONTBUILD

Otherwise it's unclear what's meant.

Differential Revision: https://phabricator.services.mozilla.com/D190666
This commit is contained in:
Mirko Brodesser 2023-10-11 10:29:16 +00:00
parent 6a36108054
commit 8dd124f851

View File

@ -161,7 +161,8 @@ class SheetLoadData final
// loop round-trip in that case).
bool mMustNotify : 1;
// mWasAlternate is true if the sheet was an alternate when the load data was
// mWasAlternate is true if the sheet was an alternate
// (https://html.spec.whatwg.org/#rel-alternate) when the load data was
// created.
const bool mWasAlternate : 1;