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

Unified Diff: test/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js

Issue 2532693002: [debug-wrapper] AsyncTaskEvent event type (Closed)
Patch Set: Created 4 years, 1 month 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/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js
diff --git a/test/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js b/test/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js
index fba51ee6a24c882771447ca52771f18cfc64f8a5..abdc267ac5d4e53f8034bbd576b49abcaf2d2843 100644
--- a/test/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js
+++ b/test/debugger/debug/es6/debug-promises/throw-uncaught-uncaught.js
@@ -24,7 +24,6 @@ var q = p.then(
});
function listener(event, exec_state, event_data, data) {
- if (event == Debug.DebugEvent.AsyncTaskEvent) return;
try {
if (event == Debug.DebugEvent.Exception) {
expected_events--;

Powered by Google App Engine
This is Rietveld 408576698