Index: Source/web/WebFrameWidgetImpl.cpp |
diff --git a/Source/web/WebFrameWidgetImpl.cpp b/Source/web/WebFrameWidgetImpl.cpp |
index 2d9d4df0b310a0aa92b4d4609c08af7d2449cbf4..ae9bbb3fab25a6ac616e33d0035c4576d44c5609 100644 |
--- a/Source/web/WebFrameWidgetImpl.cpp |
+++ b/Source/web/WebFrameWidgetImpl.cpp |
@@ -379,10 +379,6 @@ bool WebFrameWidgetImpl::handleInputEvent(const WebInputEvent& inputEvent) |
TRACE_EVENT1("input", "WebFrameWidgetImpl::handleInputEvent", "type", inputTypeToName(inputEvent.type).ascii()); |
- WebDevToolsAgentImpl* devTools = m_localRoot ? m_localRoot->devToolsAgentImpl() : nullptr; |
- if (devTools && devTools->handleInputEvent(inputEvent)) |
- return true; |
- |
// Report the event to be NOT processed by WebKit, so that the browser can handle it appropriately. |
if (m_ignoreInputEvents) |
return false; |