Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/externs.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/externs.js b/third_party/WebKit/Source/devtools/front_end/externs.js |
| index 870da2b065015b0ad172bf4e937d31d14f1a8fb1..f53393fb6efc1c69c41f57478ab68690f22c70a1 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/externs.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/externs.js |
| @@ -585,6 +585,9 @@ CodeMirror.StringStream.prototype = { |
| sol: function() { } |
| } |
| +/** @constructor */ |
| +CodeMirror.TextMarker = function(doc, type) { } |
|
lushnikov
2016/07/13 21:21:53
shouldn't it have a "clear" method?
flandy
2016/07/13 23:02:45
Yes. Added
|
| + |
| /** @type {Object.<string, !Object.<string, string>>} */ |
| CodeMirror.keyMap; |