summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/FileSystemView.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/FileSystemView.js')
-rw-r--r--WebCore/inspector/front-end/FileSystemView.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/inspector/front-end/FileSystemView.js b/WebCore/inspector/front-end/FileSystemView.js
index 0c6636b..8cd0107 100644
--- a/WebCore/inspector/front-end/FileSystemView.js
+++ b/WebCore/inspector/front-end/FileSystemView.js
@@ -125,12 +125,12 @@ WebInspector.FileSystemView.prototype = {
},
_selectFileSystemTab: function()
{
- this._tabbedPane.selectTabById("persistent");
+ this._tabbedPane.selectTab("persistent");
},
selectTemporaryFileSystemTab: function()
{
- this._tabbedPane.selectTabById("temp");
+ this._tabbedPane.selectTab("temp");
},
_revealPersistentFolderInOS: function()