DescriptionRemove impossible conditions from SelectorChecker::checkOne()
Remove impossible conditions from SelectorChecker::checkOne(). The code is in
an if "(selector.m_match == CSSSelector::PseudoClass)" check scope so it is
impossible for "selector.m_match == CSSSelector::Tag" to ever be true in
the two conditions that are removed.
This is based the following WebKit revision by benjamin@webkit.org:
http://trac.webkit.org/changeset/156380
R=esprehn@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175839
Patch Set 1 #
Total comments: 2
Messages
Total messages: 7 (0 generated)
|