Chromium Code Reviews| Index: Source/core/layout/LayoutObject.h |
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h |
| index e1e005e128e46c62f23b0e0cad87b38cdbe05910..c8d9d6ce0138a094a8e32a947274d61ca9546c6c 100644 |
| --- a/Source/core/layout/LayoutObject.h |
| +++ b/Source/core/layout/LayoutObject.h |
| @@ -246,7 +246,6 @@ public: |
| } |
| #endif |
| } |
| - |
| void assertSubtreeClearedPaintInvalidationState() const |
| { |
| for (const LayoutObject* renderer = this; renderer; renderer = renderer->nextInPreOrder()) |