| Index: third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| index 5b8f7664fb1613474bf0adcb9300691060be835d..94757f03c0fe13d1b72c36630e6fc51e47b1327c 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.cpp
|
| @@ -160,10 +160,9 @@ private:
|
| return IntSize(0, 0);
|
| }
|
|
|
| - void setCursor(const Cursor& cursor, LocalFrame* localRoot) override
|
| + void setCursor(const Cursor& cursor, LocalFrame* localFrame) override
|
| {
|
| - if (m_popup->m_webView->client())
|
| - m_popup->m_webView->client()->didChangeCursor(WebCursorInfo(cursor));
|
| + m_popup->m_widgetClient->didChangeCursor(WebCursorInfo(cursor));
|
| }
|
|
|
| void setEventListenerProperties(WebEventListenerClass eventClass, WebEventListenerProperties properties) override
|
|
|