| 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 fa8b38802cb6b0846b7f5ea4280e7666a3efba79..a4ef657fb4579491ff606a55aa41f90ef00eda09 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -3149,7 +3149,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()
|
|
|