Index: Source/core/layout/LayoutObjectChildList.h |
diff --git a/Source/core/layout/LayoutObjectChildList.h b/Source/core/layout/LayoutObjectChildList.h |
index 0f61534c120543946ae01c6f722ae4ead9c7b1a6..e30ce0ffebbc868a33e64c1d8fa85dc55049155a 100644 |
--- a/Source/core/layout/LayoutObjectChildList.h |
+++ b/Source/core/layout/LayoutObjectChildList.h |
@@ -60,7 +60,7 @@ public: |
} |
private: |
- void invalidatePaintOnRemoval(const LayoutObject& oldChild); |
+ void invalidatePaintOnRemoval(LayoutObject& oldChild); |
LayoutObject* m_firstChild; |
LayoutObject* m_lastChild; |