| Index: Source/devtools/front_end/source_frame/GoToLineDialog.js
|
| diff --git a/Source/devtools/front_end/source_frame/GoToLineDialog.js b/Source/devtools/front_end/source_frame/GoToLineDialog.js
|
| index 102cff094c66030ffc760bee4289a041936f1844..cd05c36a9e11587cf326abbcb9d80848af26868e 100644
|
| --- a/Source/devtools/front_end/source_frame/GoToLineDialog.js
|
| +++ b/Source/devtools/front_end/source_frame/GoToLineDialog.js
|
| @@ -35,9 +35,8 @@
|
| */
|
| WebInspector.GoToLineDialog = function(sourceFrame)
|
| {
|
| - WebInspector.DialogDelegate.call(this);
|
| + WebInspector.DialogDelegate.call(this, createElementWithClass("div", "go-to-line-dialog"));
|
|
|
| - this.element = createElementWithClass("div", "go-to-line-dialog");
|
| this.element.createChild("label").textContent = WebInspector.UIString("Go to line: ");
|
|
|
| this._input = this.element.createChild("input");
|
|
|