Index: third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h |
diff --git a/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h b/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h |
index cadb9b84bac348aaf92457ae6394d0e85080eb8c..c9e0e9d17012cbd3c288b49e2acb172d2999755b 100644 |
--- a/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h |
+++ b/third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h |
@@ -70,7 +70,7 @@ private: |
if (layoutObject.paintOffsetChanged(paintOffset)) |
paintController.invalidatePaintOffset(layoutObject); |
else |
- ASSERT(!paintController.paintOffsetWasInvalidated(layoutObject.displayItemClient()) || !paintController.clientCacheIsValid(layoutObject.displayItemClient())); |
+ ASSERT(!paintController.paintOffsetWasInvalidated(layoutObject) || !paintController.clientCacheIsValid(layoutObject)); |
layoutObject.mutableForPainting().setPreviousPaintOffset(paintOffset); |
} |