Index: third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp b/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp |
index a9a6ca2c74659ec4346157570ee59def79d83080..7aebf40bc3ad3641ed915dfb5bf2086d4ccdc731 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp |
@@ -170,7 +170,7 @@ void LayoutRubyRun::removeChild(LayoutObject* child) |
if (!beingDestroyed() && !documentBeingDestroyed()) { |
// Check if our base (if any) is now empty. If so, destroy it. |
- LayoutBlock* base = rubyBase(); |
+ LayoutBlockFlow* base = rubyBase(); |
if (base && !base->firstChild()) { |
LayoutBlockFlow::removeChild(base); |
base->deleteLineBoxTree(); |