| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index d545e9f50f213cd7e0a3be3d5786e3d189963ab1..76e449ba0ce773b56a26304b3ed80b6f478ab4be 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -1418,7 +1418,7 @@ bool WebViewImpl::sendContextMenuEvent(const WebKeyboardEvent& event)
|
| }
|
| #endif
|
|
|
| -void WebViewImpl::showContextMenuAtPoint(float x, float y, PassRefPtr<ContextMenuProvider> menuProvider)
|
| +void WebViewImpl::showContextMenuAtPoint(float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider> menuProvider)
|
| {
|
| if (!page()->mainFrame()->isLocalFrame())
|
| return;
|
|
|