| Index: Source/WebCore/inspector/InspectorFrontendHost.cpp
|
| diff --git a/Source/WebCore/inspector/InspectorFrontendHost.cpp b/Source/WebCore/inspector/InspectorFrontendHost.cpp
|
| index c272da2ace48cabeea7145b6c6264cd50e3fe8ec..8bd56e3701883c27937295fc949f2efbaad39d1f 100644
|
| --- a/Source/WebCore/inspector/InspectorFrontendHost.cpp
|
| +++ b/Source/WebCore/inspector/InspectorFrontendHost.cpp
|
| @@ -89,7 +89,7 @@ private:
|
| menu->appendItem(m_items[i]);
|
| }
|
|
|
| - virtual void contextMenuItemSelected(ContextMenuItem* item)
|
| + virtual void contextMenuItemSelected(const ContextMenuItem* item)
|
| {
|
| if (m_frontendHost) {
|
| UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
|
|
|