| Index: src/inspector/debugger-script.js
|
| diff --git a/src/inspector/debugger-script.js b/src/inspector/debugger-script.js
|
| index 1614566ffa8565aa6244e0ee2afcfedb6bc10783..9eedd48ec0cd489b334494bff474c72d8e5a6557 100644
|
| --- a/src/inspector/debugger-script.js
|
| +++ b/src/inspector/debugger-script.js
|
| @@ -33,17 +33,6 @@
|
|
|
| var DebuggerScript = {};
|
|
|
| -/**
|
| - * @param {?CompileEvent} eventData
|
| - */
|
| -DebuggerScript.getAfterCompileScript = function(eventData)
|
| -{
|
| - var script = eventData.script().value();
|
| - if (!script.is_debugger_script)
|
| - return script;
|
| - return null;
|
| -}
|
| -
|
| /** @type {!Map<!ScopeType, string>} */
|
| DebuggerScript._scopeTypeNames = new Map();
|
| DebuggerScript._scopeTypeNames.set(ScopeType.Global, "global");
|
|
|