| 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) {};
|
|
|
|
|