Index: Source/web/WebDevToolsAgentImpl.cpp |
diff --git a/Source/web/WebDevToolsAgentImpl.cpp b/Source/web/WebDevToolsAgentImpl.cpp |
index 5854bdd2c24b650d93032eb2da59c52d19693f5f..799c0b9774dd82088685353639bec51339cd1058 100644 |
--- a/Source/web/WebDevToolsAgentImpl.cpp |
+++ b/Source/web/WebDevToolsAgentImpl.cpp |
@@ -246,7 +246,6 @@ void WebDevToolsAgentImpl::detach() |
// Prevent controller from sending messages to the frontend. |
InspectorController* ic = inspectorController(); |
ic->disconnectFrontend(); |
- ic->hideHighlight(); |
m_attached = false; |
} |