| Index: src/inspector/debugger_script_externs.js
|
| diff --git a/src/inspector/debugger_script_externs.js b/src/inspector/debugger_script_externs.js
|
| index c1c45c756c8b60437bcfb5b83c76809f45e763b1..add69fa965fef12914b2fa9d6e6aa2822c5eea19 100644
|
| --- a/src/inspector/debugger_script_externs.js
|
| +++ b/src/inspector/debugger_script_externs.js
|
| @@ -306,15 +306,6 @@ function UnresolvedFunctionMirror(value) {}
|
| */
|
| function GeneratorMirror () {}
|
|
|
| -/** @return {string} */
|
| -GeneratorMirror.prototype.status = function() {}
|
| -
|
| -/** @return {!SourceLocation|undefined} */
|
| -GeneratorMirror.prototype.sourceLocation = function() {}
|
| -
|
| -/** @return {!FunctionMirror} */
|
| -GeneratorMirror.prototype.func = function() {}
|
| -
|
| /** @return {number} */
|
| GeneratorMirror.prototype.scopeCount = function() {}
|
|
|
|
|