| Index: Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js
|
| diff --git a/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js b/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js
|
| index 1557c3c9406f09c1f5cf83d13afbf7d0fb9572da..ec21f98e564fbb44c151d0b8a43ef9d365ebebf9 100644
|
| --- a/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js
|
| +++ b/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js
|
| @@ -1423,6 +1423,7 @@ WebInspector.CodeMirrorTextEditor.TokenHighlighter.prototype = {
|
|
|
| /**
|
| * @param {function(!CodeMirror.StringStream)} highlighter
|
| + * @param {?CodeMirror.Pos} selectionStart
|
| */
|
| _setHighlighter: function(highlighter, selectionStart)
|
| {
|
|
|