| Index: third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| index 819502b10bf8a474bb20ef195caa19cddda77ccf..551f24fe4211027c0216143bbb15073fb345c970 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
|
| @@ -336,11 +336,6 @@ void LayoutBlock::addChild(LayoutObject* newChild, LayoutObject* beforeChild)
|
| LayoutBox::addChild(newChild, beforeChild);
|
| }
|
|
|
| -void LayoutBlock::deleteLineBoxTree()
|
| -{
|
| - ASSERT(!m_lineBoxes.firstLineBox());
|
| -}
|
| -
|
| void LayoutBlock::removeLeftoverAnonymousBlock(LayoutBlock* child)
|
| {
|
| ASSERT(child->isAnonymousBlock());
|
|
|