Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
index 00019763ee4cf1d48304aba633f2e084422ff763..bf7e3099de99c947b01e8d3f66e961cb95aa878e 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
@@ -331,7 +331,7 @@ const WebInputEvent* WebFrameWidgetImpl::m_currentInputEvent = nullptr; |
WebInputEventResult WebFrameWidgetImpl::handleInputEvent(const WebInputEvent& inputEvent) |
{ |
- TRACE_EVENT1("input", "WebFrameWidgetImpl::handleInputEvent", "type", inputTypeToName(inputEvent.type)); |
+ TRACE_EVENT1("input", "WebFrameWidgetImpl::handleInputEvent", "type", WebInputEvent::GetName(inputEvent.type)); |
// Don't handle events once we've started shutting down. |
if (!page()) |