| Index: Source/WebCore/inspector/front-end/NetworkPanel.js
|
| ===================================================================
|
| --- Source/WebCore/inspector/front-end/NetworkPanel.js (revision 122198)
|
| +++ Source/WebCore/inspector/front-end/NetworkPanel.js (working copy)
|
| @@ -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);
|
| },
|
|
|