| Index: third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js b/third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js
|
| index af8f11d6aa1d9a2fabaa259efeb4436dcabbf06e..822b2107ee70e280a7b85d6430bfea86e2499167 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/SourcesTextEditor.js
|
| @@ -117,7 +117,7 @@ SourceFrame.SourcesTextEditor = class extends TextEditor.CodeMirrorTextEditor {
|
| */
|
| highlightSearchResults(regex, range) {
|
| /**
|
| - * @this {TextEditor.CodeMirrorTextEditor}
|
| + * @this {SourceFrame.SourcesTextEditor}
|
| */
|
| function innerHighlightRegex() {
|
| if (range) {
|
|
|