| Index: chrome/browser/resources/net_internals/detailsview.js
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/detailsview.js (revision 68554)
|
| +++ chrome/browser/resources/net_internals/detailsview.js (working copy)
|
| @@ -14,7 +14,7 @@
|
| timelineTabId,
|
| logBoxId,
|
| timelineBoxId) {
|
| - TabSwitcherView.call(this, new DivView(tabHandlesContainerId));
|
| + TabSwitcherView.call(this, tabHandlesContainerId);
|
|
|
| this.logView_ = new DetailsLogView(logBoxId);
|
| this.timelineView_ = new DetailsTimelineView(timelineBoxId);
|
|
|