| Index: third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| index 0dae1bd1f30dba67aa8f2f02be1ccb163dd023df..5ff94c0687f7bee9a5afee40454484827ff54a23 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObjectChildList.cpp
|
| @@ -178,7 +178,7 @@ void LayoutObjectChildList::insertChildNode(LayoutObject* owner, LayoutObject* n
|
| cache->childrenChanged(owner);
|
| }
|
|
|
| -void LayoutObjectChildList::invalidatePaintOnRemoval(const LayoutObject& oldChild)
|
| +void LayoutObjectChildList::invalidatePaintOnRemoval(LayoutObject& oldChild)
|
| {
|
| if (!oldChild.isRooted())
|
| return;
|
|
|