[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:07:19 PDT 2010


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





--- Comment #4 from Darin Adler <darin at apple.com>  2010-07-12 16:07:19 PST ---
I see. The code should probably just say:

    if (acceptNodeResult != NodeFilter::FILTER_ACCEPT)
        break;

I think that’s right.

-- 
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