[Webkit-unassigned] [Bug 156397] Implement functional :host() pseudo class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 9 09:09:04 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156397

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #8 from Michael Catanzaro <mcatanzaro at igalia.com> ---
It broke debug builds without ENABLE_SHADOW_DOM:

../../Source/WebCore/css/SelectorChecker.cpp: In member function ‘bool WebCore::SelectorChecker::matchHostPseudoClass(const WebCore::CSSSelector&, const WebCore::Element&, WebCore::SelectorChecker::CheckingContext&, unsigned int&) const’:
../../Source/WebCore/css/SelectorChecker.cpp:206:94: error: ‘PseudoClassHost’ is not a member of ‘WebCore::CSSSelector’
     ASSERT(selector.match() == CSSSelector::PseudoClass && selector.pseudoClassType() == CSSSelector::PseudoClassHost);
                                                                                              ^

It's not immediately clear to me how to fix this. Disabling that assert doesn't seem right.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160409/7179d44e/attachment.html>


More information about the webkit-unassigned mailing list