| Index: chrome/browser/resources/net_internals/log_grouper.js
|
| diff --git a/chrome/browser/resources/net_internals/log_grouper.js b/chrome/browser/resources/net_internals/log_grouper.js
|
| index a45b5cde5e2b3ce92d757d257971c1c536890ae5..44ad0f79202cd29a07e7553187cf623cacd08611 100644
|
| --- a/chrome/browser/resources/net_internals/log_grouper.js
|
| +++ b/chrome/browser/resources/net_internals/log_grouper.js
|
| @@ -69,8 +69,7 @@ var LogGroupEntry = (function() {
|
| if (groupEntry.isEnd()) {
|
| // Walk up the parent stack to find the corresponding BEGIN for this
|
| // END.
|
| - var parentIndex =
|
| - findParentIndex(parentStack, groupEntry.orig.type);
|
| + var parentIndex = findParentIndex(parentStack, groupEntry.orig.type);
|
|
|
| if (parentIndex == -1) {
|
| // Unmatched end.
|
|
|