Index: Source/devtools/front_end/network/NetworkPanel.js |
diff --git a/Source/devtools/front_end/network/NetworkPanel.js b/Source/devtools/front_end/network/NetworkPanel.js |
index c88555ad42607581156af4938dae1c1eb1892abf..b24b9c25bd2b6598911873d07664f91008d215d0 100644 |
--- a/Source/devtools/front_end/network/NetworkPanel.js |
+++ b/Source/devtools/front_end/network/NetworkPanel.js |
@@ -1302,10 +1302,8 @@ WebInspector.NetworkLogView.prototype = { |
this._toggleLargerRequests(); |
var highlightedSubstringChanges = node._highlightMatchedSubstring(regExp); |
this._highlightedSubstringChanges.push(highlightedSubstringChanges); |
- if (reveal) { |
- node.reveal(); |
- this._highlightNode(node); |
- } |
+ if (reveal) |
+ WebInspector.Revealer.reveal(node); |
this._currentMatchedRequestNode = node; |
this._currentMatchedRequestIndex = n; |