RESOLVED LATER 90415
Make ComposedShadowTreeWalker::traverseParent() use an iterative algorithm, not a recursive-one.
https://bugs.webkit.org/show_bug.cgi?id=90415
Summary Make ComposedShadowTreeWalker::traverseParent() use an iterative algorithm, n...
Hayato Ito
Reported 2012-07-02 17:21:29 PDT
Make it use an iterative algorithm, not a recursive-one, so that we can make it inline.
Attachments
wip. (6.44 KB, patch)
2012-07-02 23:29 PDT, Hayato Ito
no flags
Hayato Ito
Comment 1 2012-07-02 17:25:03 PDT
Now ComposedShadowTreeWalker::traverseParent(0 is used from NodeRenderingContext. It is worth making it inline.
Hayato Ito
Comment 2 2012-07-02 23:29:28 PDT
Note You need to log in before you can comment on or make changes to this bug.