| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 8ff445e12fb425194478fef4894e3037d6f85bb5..a739b8563c5da016162394ad7cf80476c3142536 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -3137,7 +3137,7 @@ void FrameView::setCursor(const Cursor& cursor)
|
| Page* page = frame().page();
|
| if (!page || !page->settings().deviceSupportsMouse())
|
| return;
|
| - page->chromeClient().setCursor(cursor, m_frame->localFrameRoot());
|
| + page->chromeClient().setCursor(cursor, m_frame);
|
| }
|
|
|
| void FrameView::frameRectsChanged()
|
|
|