[Webkit-unassigned] [Bug 85844] Inline Node::traverseNextNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 10 10:21:41 PDT 2012


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





--- Comment #29 from Ryosuke Niwa <rniwa at webkit.org>  2012-05-10 10:20:45 PST ---
(From update of attachment 141191)
View in context: https://bugs.webkit.org/attachment.cgi?id=141191&action=review

> Source/WebCore/dom/ContainerNode.h:236
> +    if (firstChild())
> +        return firstChild();
> +    if (nextSibling())
> +        return nextSibling();

Should we create a local variables for firstChid, nextSibling, etc...?
Or maybe compilers are smart enough to figure that out by themselves?

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