Index: Source/core/frame/LocalFrame.cpp |
diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp |
index 49e9413574f082b0d327ac4754a200648cf59b62..a5ffa4f9073e1e145d562f94d5159786ceb3f9b4 100644 |
--- a/Source/core/frame/LocalFrame.cpp |
+++ b/Source/core/frame/LocalFrame.cpp |
@@ -452,7 +452,7 @@ String LocalFrame::trackedRepaintRectsAsText() const |
{ |
if (!m_view) |
return String(); |
- return m_view->trackedRepaintRectsAsText(); |
+ return m_view->trackedPaintInvalidationRectsAsText(); |
} |
void LocalFrame::setPageZoomFactor(float factor) |