summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/ChangesView.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/ChangesView.js')
-rw-r--r--WebCore/inspector/front-end/ChangesView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/front-end/ChangesView.js b/WebCore/inspector/front-end/ChangesView.js
index 802fdba..5ab6942 100644
--- a/WebCore/inspector/front-end/ChangesView.js
+++ b/WebCore/inspector/front-end/ChangesView.js
@@ -37,7 +37,7 @@ WebInspector.ChangesView = function(drawer)
this.clearButton = document.createElement("button");
this.clearButton.id = "clear-changes-status-bar-item";
this.clearButton.title = WebInspector.UIString("Clear changes log.");
- this.clearButton.className = "status-bar-item";
+ this.clearButton.className = "status-bar-item clear-status-bar-item";
this.clearButton.addEventListener("click", this._clearButtonClicked.bind(this), false);
this.toggleChangesButton = document.getElementById("changes-status-bar-item");