Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: test/inspector/debugger/stepping-and-break-program-api-expected.txt

Issue 2832723004: [test/inspector] remove any usage of v8::Extension (Closed)
Patch Set: ac Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698