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

Unified Diff: test/inspector/debugger/get-possible-breakpoints-lazy-error-expected.txt

Issue 2851853002: [inspector] entered into context before getPossibleBreakpoints call (Closed)
Patch Set: debugger context.. 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/get-possible-breakpoints-lazy-error-expected.txt
diff --git a/test/inspector/debugger/get-possible-breakpoints-lazy-error-expected.txt b/test/inspector/debugger/get-possible-breakpoints-lazy-error-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9c65ba23254ecbb4845a759350c7ef779405b3f3
--- /dev/null
+++ b/test/inspector/debugger/get-possible-breakpoints-lazy-error-expected.txt
@@ -0,0 +1,26 @@
+getPossibleBreakpoints should not crash during lazy compilation (crbug.com/715334)
+{
+ method : Debugger.scriptParsed
+ params : {
+ endColumn : 21
+ endLine : 2
+ executionContextId : <executionContextId>
+ hasSourceURL : true
+ hash : FA2A959297747012766FE9C5006E7F522D88FA72
+ isLiveEdit : false
+ isModule : false
+ length : 52
+ scriptId : <scriptId>
+ sourceMapURL :
+ startColumn : 0
+ startLine : 0
+ url : test.js
+ }
+}
+{
+ id : <messageId>
+ result : {
+ locations : [
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698