Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
index f60dc43c72226d520595bbbe3533dd8dc2f76350..663bafd43d606dc22b1d77cb28b354bb405d56df 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
@@ -1601,7 +1601,7 @@ bool PaintLayer::hitTest(HitTestResult& result) |
// LayoutView should make sure to update layout before entering hit testing |
ASSERT(!layoutObject()->frame()->view()->layoutPending()); |
- ASSERT(!layoutObject()->document().layoutView()->needsLayout()); |
+ ASSERT(!layoutObject()->document().layoutViewItem().needsLayout()); |
const HitTestRequest& request = result.hitTestRequest(); |
const HitTestLocation& hitTestLocation = result.hitTestLocation(); |