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

Unified Diff: test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt

Issue 2728563002: [inspector] added type of break location into getPossibleBreakpoints output (Closed)
Patch Set: added DCHECK Created 3 years, 9 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/get-possible-breakpoints-array-literal-expected.txt
diff --git a/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt b/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt
index c85832872cd1e33ed6916a2b3db7046509685a9e..eff9225d665687ac66c4fbe3e8a2ae3093ca88f3 100644
--- a/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt
+++ b/test/inspector/debugger/get-possible-breakpoints-array-literal-expected.txt
@@ -16,11 +16,13 @@
columnNumber : 7
lineNumber : 0
scriptId : <scriptId>
+ type : return
}
[3] : {
columnNumber : 8
lineNumber : 0
scriptId : <scriptId>
+ type : return
}
]
}
« no previous file with comments | « test/cctest/wasm/test-wasm-breakpoints.cc ('k') | test/inspector/debugger/get-possible-breakpoints-master.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698