| Index: Source/devtools/front_end/ExtensionServer.js
|
| diff --git a/Source/devtools/front_end/ExtensionServer.js b/Source/devtools/front_end/ExtensionServer.js
|
| index 389bbe3114bd3743fb17c7b9a84db4c0f4609a17..de286159b2d51a12050f80b838bdf1afc68dda18 100644
|
| --- a/Source/devtools/front_end/ExtensionServer.js
|
| +++ b/Source/devtools/front_end/ExtensionServer.js
|
| @@ -716,7 +716,7 @@ WebInspector.ExtensionServer.prototype = {
|
| startColumn: textRange.startColumn,
|
| endLine: textRange.endLine,
|
| endColumn: textRange.endColumn,
|
| - url: sourcesPanel.sourcesEditor().currentUISourceCode().uri()
|
| + url: sourcesPanel.sourcesView().currentUISourceCode().uri()
|
| };
|
|
|
| return selection;
|
|
|