summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderRubyBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderRubyBase.cpp')
-rw-r--r--WebCore/rendering/RenderRubyBase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/rendering/RenderRubyBase.cpp b/WebCore/rendering/RenderRubyBase.cpp
index 9b2dc9e..b088937 100644
--- a/WebCore/rendering/RenderRubyBase.cpp
+++ b/WebCore/rendering/RenderRubyBase.cpp
@@ -118,7 +118,7 @@ void RenderRubyBase::moveBlockChildren(RenderRubyBase* toBase, RenderObject* fro
if (child->isAnonymousBlock()) {
RenderBlock* anonBlock = toRenderBlock(child);
ASSERT(anonBlock->childrenInline());
- ASSERT(!anonBlock->inlineContinuation());
+ ASSERT(!anonBlock->inlineElementContinuation());
anonBlock->moveAllChildrenTo(toBase, toBase->children());
anonBlock->deleteLineBoxTree();
anonBlock->destroy();
@@ -145,7 +145,7 @@ void RenderRubyBase::moveBlockChildren(RenderRubyBase* toBase, RenderObject* fro
RenderBlock* anonBlock = toRenderBlock(child);
ASSERT(anonBlock->childrenInline());
- ASSERT(!anonBlock->inlineContinuation());
+ ASSERT(!anonBlock->inlineElementContinuation());
// Move inline children out of anonymous block.
anonBlock->moveAllChildrenTo(this, children(), anonBlock);
anonBlock->deleteLineBoxTree();