karma debug: fix NPE (WEB-22522)

This commit is contained in:
Konstantin Ulitin
2016-07-25 17:22:55 +03:00
parent 4e6b4e8379
commit f682aa8af5
@@ -151,7 +151,7 @@ class ExecutionStackView(val suspendContext: SuspendContext<*>,
continue
}
result.add(CallFrameView(frame, viewSupport, script, sourceInfo, isInLibraryContent))
result.add(CallFrameView(frame, viewSupport, script, sourceInfo, isInLibraryContent, suspendContext.vm))
}
}
}