| Index: sky/engine/core/css/SelectorChecker.cpp
|
| diff --git a/sky/engine/core/css/SelectorChecker.cpp b/sky/engine/core/css/SelectorChecker.cpp
|
| index 8050254cd6f45b01d4e61acf80b5a4fb96c18aea..aa2cc793e396b9a396c1bf0d6d00fdf556712f95 100644
|
| --- a/sky/engine/core/css/SelectorChecker.cpp
|
| +++ b/sky/engine/core/css/SelectorChecker.cpp
|
| @@ -211,6 +211,7 @@ bool SelectorChecker::checkOne(const SelectorCheckingContext& context) const
|
| if (anyAttributeMatches(element, selector.match(), selector)) {
|
| if (m_mode == ResolvingStyle && context.elementStyle)
|
| context.elementStyle->setUnique();
|
| + return true;
|
| }
|
| return false;
|
| case CSSSelector::PseudoClass:
|
|
|