| Index: third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| diff --git a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| index 014b68ef9f7465203da33d25418d15b6e91e7ac3..4594935858d787ac3e100756bb83ecc8da1ae1e4 100644
|
| --- a/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| +++ b/third_party/WebKit/Source/core/layout/PaintInvalidationState.h
|
| @@ -78,9 +78,7 @@ public:
|
|
|
| PaintLayer& paintingLayer() const;
|
|
|
| -#if ENABLE(ASSERT)
|
| const LayoutObject& currentObject() const { return m_currentObject; }
|
| -#endif
|
|
|
| private:
|
| friend class VisualRectMappingTest;
|
|
|