| Index: Source/WebCore/inspector/InspectorFrontendHost.cpp
|
| ===================================================================
|
| --- Source/WebCore/inspector/InspectorFrontendHost.cpp (revision 146131)
|
| +++ Source/WebCore/inspector/InspectorFrontendHost.cpp (working copy)
|
| @@ -94,7 +94,7 @@
|
| virtual void contextMenuItemSelected(ContextMenuItem* item)
|
| {
|
| if (m_frontendHost) {
|
| - UserGestureIndicator gestureIndicator(DefinitelyProcessingUserGesture);
|
| + UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
|
| int itemNumber = item->action() - ContextMenuItemBaseCustomTag;
|
|
|
| ScriptFunctionCall function(m_frontendApiObject, "contextMenuItemSelected");
|
|
|