Index: test/debugger/test-api.js |
diff --git a/test/debugger/test-api.js b/test/debugger/test-api.js |
index 13aaf686c12527f264485d0576441eaf4ece11d3..d8e6e7d3239abfd1263f4669a2d3f29d43c43fda 100644 |
--- a/test/debugger/test-api.js |
+++ b/test/debugger/test-api.js |
@@ -819,8 +819,6 @@ |
break; |
} |
- if (!params.callFrames[0]) return; |
- |
// Skip break events in this file. |
if (params.callFrames[0].location.scriptId == this.thisScriptId) return; |