| 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 fb308e40c34931de1160799995826ab03b0aba26..ce5dd2e324a988bb66deaa3d99f8dc20024f02f3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/externs.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/externs.js
|
| @@ -529,6 +529,8 @@ CodeMirror.prototype = {
|
| };
|
| /** @type {!{cursorDiv: Element}} */
|
| CodeMirror.prototype.display;
|
| +/** @type {!{mode: string}} */
|
| +CodeMirror.prototype.options;
|
| /** @type {!Object} */
|
| CodeMirror.Pass;
|
| CodeMirror.showHint = function(codeMirror, hintintFunction) {};
|
|
|