[Webkit-unassigned] [Bug 42010] TreeWalker::previousNode does not handle FILTER_REJECT when processing lastChild

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 16:08:35 PDT 2010


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





--- Comment #5 from Craig Topper <craig.topper at gmail.com>  2010-07-12 16:08:35 PST ---
You don't want to do that because FILTER_SKIP would still allow you to see the children. So it should be 

    if (acceptNodeResult == NodeFilter::FILTER_REJECT)
        break;

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list