Changeset 156151 in webkit for trunk/Source/WebCore/rendering/RenderRubyRun.cpp
- Timestamp:
- Sep 20, 2013, 4:44:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderRubyRun.cpp
r155944 r156151 128 128 // the old text goes into a new run that is inserted as next sibling. 129 129 ASSERT(beforeChild->parent() == this); 130 Render Object* ruby = parent();130 RenderElement* ruby = parent(); 131 131 ASSERT(ruby->isRuby()); 132 132 RenderBlock* newRun = staticCreateRubyRun(ruby); … … 142 142 // Insertion before a ruby base object. 143 143 // In this case we need insert a new run before the current one and split the base. 144 Render Object* ruby = parent();144 RenderElement* ruby = parent(); 145 145 RenderRubyRun* newRun = staticCreateRubyRun(ruby); 146 146 ruby->addChild(newRun, this);
Note:
See TracChangeset
for help on using the changeset viewer.