| Index: Source/web/InspectorClientImpl.cpp
|
| diff --git a/Source/web/InspectorClientImpl.cpp b/Source/web/InspectorClientImpl.cpp
|
| index a9ecb62ada50a8a1bbb15c169aa804086575e536..27f8ac42168f388ef8274953143746fc11f616d6 100644
|
| --- a/Source/web/InspectorClientImpl.cpp
|
| +++ b/Source/web/InspectorClientImpl.cpp
|
| @@ -155,7 +155,7 @@ void InspectorClientImpl::setPageScaleFactor(float pageScaleFactor)
|
| m_inspectedWebView->setPageScaleFactor(pageScaleFactor);
|
| }
|
|
|
| -void InspectorClientImpl::showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider> menuProvider)
|
| +void InspectorClientImpl::showContextMenu(float x, float y, PassRefPtrWillBeRawPtr<ContextMenuProvider> menuProvider)
|
| {
|
| m_inspectedWebView->showContextMenuAtPoint(x, y, menuProvider);
|
| }
|
|
|