| Index: Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| diff --git a/Source/devtools/front_end/sources/UISourceCodeFrame.js b/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| index 608dc12ee892c4dbba2e63d1e655f06c1a70013e..336e9dc092a7ae6f29b4fc953979dfbd13091fc3 100644
|
| --- a/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| +++ b/Source/devtools/front_end/sources/UISourceCodeFrame.js
|
| @@ -223,7 +223,7 @@ WebInspector.UISourceCodeFrame.Infobar = function(level, message)
|
| this._mainRow.createChild("span", "source-frame-infobar-icon");
|
| this._mainRow.createChild("span", "source-frame-infobar-row-message").textContent = message;
|
|
|
| - this._toggleElement = this._mainRow.createChild("div", "source-frame-infobar-toggle source-frame-infobar-link");
|
| + this._toggleElement = this._mainRow.createChild("div", "source-frame-infobar-toggle link");
|
| this._toggleElement.addEventListener("click", this._onToggleDetails.bind(this), false);
|
|
|
| this._closeElement = this._mainRow.createChild("div", "close-button");
|
|
|