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