зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1852209 - Fixup servo for bitflags 2 after bug 1792501. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D189315
This commit is contained in:
Родитель
ae28ced110
Коммит
e963564f60
|
@ -73,8 +73,8 @@ bitflags! {
|
|||
|
||||
// The element is reached by a relative selector search in both sibling and ancestor directions.
|
||||
const RELATIVE_SELECTOR_SEARCH_DIRECTION_ANCESTOR_SIBLING =
|
||||
Self::RELATIVE_SELECTOR_SEARCH_DIRECTION_SIBLING.bits |
|
||||
Self::RELATIVE_SELECTOR_SEARCH_DIRECTION_ANCESTOR.bits;
|
||||
Self::RELATIVE_SELECTOR_SEARCH_DIRECTION_SIBLING.bits() |
|
||||
Self::RELATIVE_SELECTOR_SEARCH_DIRECTION_ANCESTOR.bits();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче