| Index: Source/WebKit/chromium/src/WebViewImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/WebViewImpl.cpp b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| index c871583b58f1e0606c882852af4c5fa7af3b0941..585cf1a87d3047fbc7e6cd10d3e97832e5d76958 100644
|
| --- a/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/WebViewImpl.cpp
|
| @@ -1947,7 +1947,7 @@ const WebInputEvent* WebViewImpl::m_currentInputEvent = 0;
|
|
|
| bool WebViewImpl::handleInputEvent(const WebInputEvent& inputEvent)
|
| {
|
| - TRACE_EVENT0("webkit", "WebViewImpl::handleInputEvent");
|
| + TRACE_EVENT0("input", "WebViewImpl::handleInputEvent");
|
| // If we've started a drag and drop operation, ignore input events until
|
| // we're done.
|
| if (m_doingDragAndDrop)
|
|
|