| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index 65d50f581bbb6893723b249db85d6287174e0f5f..e3c19bc0ef3456a36d82d60e82fcbec4fcc56656 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -693,7 +693,7 @@ void WebPluginContainerImpl::handleMouseEvent(MouseEvent* event)
|
| Page* page = parentView->frame()->page();
|
| if (!page)
|
| return;
|
| - ChromeClientImpl* chromeClient = static_cast<ChromeClientImpl*>(page->chrome().client());
|
| + ChromeClientImpl* chromeClient = static_cast<ChromeClientImpl*>(&page->chrome().client());
|
| chromeClient->setCursorForPlugin(cursorInfo);
|
| }
|
|
|
|
|