| Index: third_party/WebKit/Source/core/layout/line/InlineBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
|
| index f9e3fe6dfa4c58cc558effc1447331e1136dc11d..87dc8229667bfe37b58c740552e555db3bdee9f2 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
|
| @@ -63,10 +63,6 @@ InlineBox::~InlineBox()
|
|
|
| void InlineBox::destroy()
|
| {
|
| - // We do not need to issue invalidations if the page is being destroyed
|
| - // since these objects will never be repainted.
|
| - if (!m_lineLayoutItem.documentBeingDestroyed())
|
| - m_lineLayoutItem.invalidateDisplayItemClient(*this);
|
| delete this;
|
| }
|
|
|
|
|