Index: Source/WebCore/inspector/InspectorPageAgent.cpp |
=================================================================== |
--- Source/WebCore/inspector/InspectorPageAgent.cpp (revision 146131) |
+++ Source/WebCore/inspector/InspectorPageAgent.cpp (working copy) |
@@ -453,7 +453,7 @@ |
void InspectorPageAgent::navigate(ErrorString*, const String& url) |
{ |
- UserGestureIndicator indicator(DefinitelyProcessingUserGesture); |
+ UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture); |
Frame* frame = m_page->mainFrame(); |
frame->loader()->changeLocation(frame->document()->securityOrigin(), frame->document()->completeURL(url), "", false, false); |
} |