| 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 949542eb34fe40a6199a086f5fca00d75db622d7..72c786b4af198f5e60644970da6e21403af4f8ab 100644
|
| --- a/Source/devtools/front_end/source_frame/GoToLineDialog.js
|
| +++ b/Source/devtools/front_end/source_frame/GoToLineDialog.js
|
| @@ -70,7 +70,7 @@ WebInspector.GoToLineDialog._show = function(sourceFrameGetter, event)
|
| var sourceFrame = sourceFrameGetter();
|
| if (!sourceFrame)
|
| return false;
|
| - WebInspector.Dialog.show(sourceFrame.element, new WebInspector.GoToLineDialog(sourceFrame));
|
| + WebInspector.Dialog.show(new WebInspector.GoToLineDialog(sourceFrame));
|
| return true;
|
| }
|
|
|
|
|