Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
index 9ff0edf7189af48e6a0d812bb0fe82c6ed7fc1bb..da897ce2e41e776c0843f46d6083df3d2d0316f8 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
@@ -751,7 +751,7 @@ void ChromeClientImpl::setCursor(const WebCursorInfo& cursor, LocalFrame* localF |
#endif |
LocalFrame* localRoot = localFrame->localFrameRoot(); |
- if (WebFrameWidget* widget = WebLocalFrameImpl::fromFrame(localRoot)->frameWidget()) |
+ if (WebFrameWidgetBase* widget = WebLocalFrameImpl::fromFrame(localRoot)->frameWidget()) |
widget->client()->didChangeCursor(cursor); |
} |