Index: src/inspector/debugger-script.js |
diff --git a/src/inspector/debugger-script.js b/src/inspector/debugger-script.js |
index 1614566ffa8565aa6244e0ee2afcfedb6bc10783..0f4ad795accfab649f2dc0ca65c97bce7f63759e 100644 |
--- a/src/inspector/debugger-script.js |
+++ b/src/inspector/debugger-script.js |
@@ -38,10 +38,7 @@ var DebuggerScript = {}; |
*/ |
DebuggerScript.getAfterCompileScript = function(eventData) |
{ |
- var script = eventData.script().value(); |
- if (!script.is_debugger_script) |
- return script; |
- return null; |
+ return eventData.script().value(); |
} |
/** @type {!Map<!ScopeType, string>} */ |