| Index: sky/engine/core/rendering/RenderLineBoxList.cpp
|
| diff --git a/sky/engine/core/rendering/RenderLineBoxList.cpp b/sky/engine/core/rendering/RenderLineBoxList.cpp
|
| index 8f942f9fd3f8e8c441e97705aa7825681aa5bd34..506521a309090fd7a6233b6db801ce0339cdd243 100644
|
| --- a/sky/engine/core/rendering/RenderLineBoxList.cpp
|
| +++ b/sky/engine/core/rendering/RenderLineBoxList.cpp
|
| @@ -333,7 +333,7 @@ void RenderLineBoxList::dirtyLinesFromChangedChild(RenderObject* container, Rend
|
| // dirty the adjacent lines that might be affected
|
| // NOTE: we dirty the previous line because RootInlineBox objects cache
|
| // the address of the first object on the next line after a BR, which we may be
|
| - // invalidating here. For more info, see how RenderBlock::layoutInlineChildren
|
| + // invalidating here. For more info, see how RenderParagraph::layoutChildren
|
| // calls setLineBreakInfo with the result of findNextLineBreak. findNextLineBreak,
|
| // despite the name, actually returns the first RenderObject after the BR.
|
| // <rdar://problem/3849947> "Typing after pasting line does not appear until after window resize."
|
|
|