| Index: third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js b/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
|
| index 25d07542792e920dcef9f86c509bd800928c5e88..cf2a0457c4c1b33da13ce767d45da1146ae3eb30 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js
|
| @@ -19,14 +19,6 @@ var Scope;
|
| var RawLocation;
|
|
|
| /** @typedef {{
|
| - function: function(),
|
| - functionName: string,
|
| - status: string,
|
| - location: (!RawLocation|undefined)
|
| - }} */
|
| -var GeneratorObjectDetails;
|
| -
|
| -/** @typedef {{
|
| id: number,
|
| name: string,
|
| sourceURL: (string|undefined),
|
|
|