Index: test/inspector/debugger/stepping-and-break-program-api-expected.txt |
diff --git a/test/inspector/debugger/stepping-and-break-program-api-expected.txt b/test/inspector/debugger/stepping-and-break-program-api-expected.txt |
index cd7c214b75fabaada1be93fe6ca6cb5314bb644b..438177ade681d9ca15d44c918b6f9c0aa169411e 100644 |
--- a/test/inspector/debugger/stepping-and-break-program-api-expected.txt |
+++ b/test/inspector/debugger/stepping-and-break-program-api-expected.txt |
@@ -2,16 +2,16 @@ Checks that stepping is cleared after breakProgram. |
paused at: |
function callBreakProgram() { |
#debugger; |
- breakProgram('reason', ''); |
+ inspector.breakProgram('reason', ''); |
paused at: |
debugger; |
- #breakProgram('reason', ''); |
+ #inspector.breakProgram('reason', ''); |
} |
paused at: |
debugger; |
- #breakProgram('reason', ''); |
+ inspector.#breakProgram('reason', ''); |
} |
paused at: |