| 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 749a87f04a34250613fe8429d346d7da6161bc6f..e8578d71a0c2210880a27e29ad82c39eb8867fe9 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
|
| @@ -541,7 +541,6 @@ SourceFrame.SourcesTextEditor = class extends TextEditor.CodeMirrorTextEditor {
|
|
|
| function modeConstructor(config, parserConfig) {
|
| function nextToken(stream) {
|
| - var pos = stream.pos;
|
| if (stream.match(/^\s+$/, true))
|
| return true ? 'trailing-whitespace' : null;
|
| do
|
|
|