Chromium Code Reviews| Index: Source/devtools/front_end/Toolbar.js |
| diff --git a/Source/devtools/front_end/Toolbar.js b/Source/devtools/front_end/Toolbar.js |
| index a4ddeafd73910f3d60710c44b2d43f34b0c15967..cff48ac306240d3d41128c857367559964fb0232 100644 |
| --- a/Source/devtools/front_end/Toolbar.js |
| +++ b/Source/devtools/front_end/Toolbar.js |
| @@ -97,7 +97,7 @@ WebInspector.Toolbar.prototype = { |
| var defaultPanels = { |
| "elements": true, |
| "resources": true, |
| - "scripts": true, |
| + "sources": true, |
| "console": true, |
| "network": true, |
| "timeline": true, |
| @@ -115,7 +115,7 @@ WebInspector.Toolbar.prototype = { |
| "elements": true, |
| "console": true, |
| "network": true, |
| - "scripts": true, |
| + "sources": true, |
| "timeline": true, |
| "profiles": true, |
| "cpu-profiler": true, |