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

Unified Diff: Source/devtools/front_end/externs.js

Issue 645513004: [DevTools] Report error in debug mode from promise with stack (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « Source/devtools/front_end/common/utilities.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/externs.js
diff --git a/Source/devtools/front_end/externs.js b/Source/devtools/front_end/externs.js
index 5aac5b2f36b802997ef480e8904467c87ef60a55..1966fa85084a97f6940a0528a034198cb774a374 100644
--- a/Source/devtools/front_end/externs.js
+++ b/Source/devtools/front_end/externs.js
@@ -466,7 +466,7 @@ ErrorEvent.prototype.message;
window.dispatchStandaloneTestRunnerMessages;
/**
- * @param {function()} onCatch
+ * @param {function(*)} onCatch
*/
Promise.prototype.catch = function(onCatch) {};
« no previous file with comments | « Source/devtools/front_end/common/utilities.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698