2010-12-15  Yong Li  <yoli@rim.com>

        Reviewed by Darin Adler.

        Reproduce stack overflow when there are too many sibling inline boxes.
        https://bugs.webkit.org/show_bug.cgi?id=48255

        * fast/overflow/lots-of-sibling-inline-boxes.html: Added.
2010-12-15  Yong Li  <yoli@rim.com>

        Reviewed by Darin Adler.

        Fix stack overflow when there are too many sibling inline boxes by using
        a loop to traverse children instead of calling each sibling from the first child.
        https://bugs.webkit.org/show_bug.cgi?id=48255

        Test: fast/overflow/lots-of-sibling-inline-boxes.html

        * rendering/InlineBox.h:
        (WebCore::InlineBox::setConstructed):
        (WebCore::InlineBox::next):
        * rendering/InlineFlowBox.h:
        (WebCore::InlineFlowBox::setConstructed):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74145 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/fast/overflow/lots-of-sibling-inline-boxes-expected.txt b/LayoutTests/fast/overflow/lots-of-sibling-inline-boxes-expected.txt
new file mode 100644
index 0000000..863339f
--- /dev/null
+++ b/LayoutTests/fast/overflow/lots-of-sibling-inline-boxes-expected.txt
@@ -0,0 +1 @@
+Passed