DescriptionFix FIXME in findPreviousAndNextAttributes in RenderSVGText.cpp
Use the existing pre-order traversal methods on RenderObject to implement
the traversal in an iterative fashion instead of as a recursion.
This allows moving the |stopAfterNext| boolean to the scope of
findPreviousAndNextAttributes, so do that and fix up the callers.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165950
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|