Title: [122200] branches/chromium/1180/Source/WebCore/inspector/front-end/NetworkPanel.js
Revision
122200
Author
[email protected]
Date
2012-07-10 00:31:13 -0700 (Tue, 10 Jul 2012)

Log Message

Merge 121859 - Web Inspector: fix search on the network panel.
https://bugs.webkit.org/show_bug.cgi?id=90557

Reviewed by Vsevolod Vlasov.

* inspector/front-end/NetworkPanel.js:
(WebInspector.NetworkLogView.prototype._highlightNthMatchedRequest):

[email protected]
BUG=136019
Review URL: https://chromiumcodereview.appspot.com/10689130

Modified Paths

Diff

Modified: branches/chromium/1180/Source/WebCore/inspector/front-end/NetworkPanel.js (122199 => 122200)


--- branches/chromium/1180/Source/WebCore/inspector/front-end/NetworkPanel.js	2012-07-10 07:31:02 UTC (rev 122199)
+++ branches/chromium/1180/Source/WebCore/inspector/front-end/NetworkPanel.js	2012-07-10 07:31:13 UTC (rev 122200)
@@ -1135,7 +1135,7 @@
             this._highlightedSubstringChanges = node._highlightMatchedSubstring(this._searchRegExp);
             if (reveal)
                 node.reveal();
-            this._currentMatcRequestrceIndex = matchedRequestIndex;
+            this._currentMatchedRequestIndex = matchedRequestIndex;
         }
         this.dispatchEventToListeners(WebInspector.NetworkLogView.EventTypes.SearchIndexUpdated, this._currentMatchedRequestIndex);
     },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to