Index: src/inspector/debugger_script_externs.js |
diff --git a/src/inspector/debugger_script_externs.js b/src/inspector/debugger_script_externs.js |
index cc152d55375e0d8e91243f631f1e12a4d304f992..f7325893bc6fb428078d35d1e34e167123d8ff20 100644 |
--- a/src/inspector/debugger_script_externs.js |
+++ b/src/inspector/debugger_script_externs.js |
@@ -19,21 +19,6 @@ var Scope; |
var RawLocation; |
/** @typedef {{ |
- id: number, |
- name: string, |
- sourceURL: (string|undefined), |
- sourceMappingURL: (string|undefined), |
- source: string, |
- startLine: number, |
- endLine: number, |
- startColumn: number, |
- endColumn: number, |
- executionContextId: number, |
- executionContextAuxData: string |
- }} */ |
-var FormattedScript; |
- |
-/** @typedef {{ |
functionName: string, |
location: !RawLocation, |
this: !Object, |
@@ -174,13 +159,6 @@ BreakPoint.prototype.number = function() {} |
/** @interface */ |
-function CompileEvent() {} |
- |
-/** @return {!ScriptMirror} */ |
-CompileEvent.prototype.script = function() {} |
- |
- |
-/** @interface */ |
function BreakEvent() {} |
/** @return {!Array<!BreakPoint>|undefined} */ |
@@ -237,14 +215,6 @@ var SourceLocation; |
/** @typedef{{ |
* id: number, |
* context_data: (string|undefined), |
- * source_url: (string|undefined), |
- * source_mapping_url: (string|undefined), |
- * is_debugger_script: boolean, |
- * source: string, |
- * line_offset: number, |
- * column_offset: number, |
- * nameOrSourceURL: function():string, |
- * compilationType: function():!ScriptCompilationType, |
* }} |
*/ |
var Script; |