Index: Source/WebCore/inspector/front-end/SettingsScreen.js |
=================================================================== |
--- Source/WebCore/inspector/front-end/SettingsScreen.js (revision 139178) |
+++ Source/WebCore/inspector/front-end/SettingsScreen.js (working copy) |
@@ -539,7 +539,7 @@ |
*/ |
_mouseUp: function(event) |
{ |
- this.showSettingsScreen(WebInspector.SettingsScreen.Tabs.General); |
+ this.showSettingsScreen(); |
}, |
_onHideSettingsScreen: function() |