summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/DatabaseTableView.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/DatabaseTableView.js')
-rw-r--r--WebCore/inspector/front-end/DatabaseTableView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/front-end/DatabaseTableView.js b/WebCore/inspector/front-end/DatabaseTableView.js
index 9e6d374..5440763 100644
--- a/WebCore/inspector/front-end/DatabaseTableView.js
+++ b/WebCore/inspector/front-end/DatabaseTableView.js
@@ -46,7 +46,7 @@ WebInspector.DatabaseTableView.prototype = {
get statusBarItems()
{
- return [this.refreshButton];
+ return [this.refreshButton.element];
},
update: function()