| Index: third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| index dfa6c6571a46f40fbf355dc31818458628e16a1c..2c033c86107ba788ea2d805fc6ee23eb5bedc95e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| @@ -340,7 +340,7 @@ WebInspector.WatchExpression.prototype = {
|
| {
|
| this._result = result;
|
|
|
| - var headerElement= createElementWithClass("div", "watch-expression-header");
|
| + var headerElement = createElementWithClass("div", "watch-expression-header");
|
| var deleteButton = headerElement.createChild("button", "watch-expression-delete-button");
|
| deleteButton.title = WebInspector.UIString("Delete watch expression");
|
| deleteButton.addEventListener("click", this._deleteWatchExpression.bind(this), false);
|
|
|