summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderRubyRun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderRubyRun.cpp')
-rw-r--r--WebCore/rendering/RenderRubyRun.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/rendering/RenderRubyRun.cpp b/WebCore/rendering/RenderRubyRun.cpp
index d91c625..d6b724b 100644
--- a/WebCore/rendering/RenderRubyRun.cpp
+++ b/WebCore/rendering/RenderRubyRun.cpp
@@ -175,8 +175,8 @@ void RenderRubyRun::removeChild(RenderObject* child)
RenderRubyBase* rightBase = rightRun->rubyBaseSafe();
// Collect all children in a single base, then swap the bases.
rightBase->moveChildren(base);
- moveChildTo(rightRun, rightRun->children(), base);
- rightRun->moveChildTo(this, children(), rightBase);
+ moveChildTo(rightRun, base);
+ rightRun->moveChildTo(this, rightBase);
// The now empty ruby base will be removed below.
}
}