| Index: Source/devtools/front_end/source_frame/SourceFrame.js
|
| diff --git a/Source/devtools/front_end/source_frame/SourceFrame.js b/Source/devtools/front_end/source_frame/SourceFrame.js
|
| index a19caf54679397d5e0d39ca5ed3299518292331c..e2f6eac3d2b6e0dc77f491714880b428a7caadde 100644
|
| --- a/Source/devtools/front_end/source_frame/SourceFrame.js
|
| +++ b/Source/devtools/front_end/source_frame/SourceFrame.js
|
| @@ -490,7 +490,7 @@ WebInspector.SourceFrame.prototype = {
|
| return;
|
| this._textEditor.cancelSearchResultsHighlight();
|
| if (range)
|
| - this._textEditor.setSelection(range);
|
| + this.setSelection(range);
|
| },
|
|
|
| /**
|
|
|