commit | 248710ac98f280e7bf50b00d8decc87c12a06a42 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Wed Oct 07 14:08:17 2020 |
committer | Commit Bot <[email protected]> | Wed Oct 07 14:36:15 2020 |
tree | 007ca5e901f43982be237db052eb8ce55a5bb1c9 | |
parent | 0636786d51beede454873cef71ed22de7a0a2c23 [diff] [blame] |
Typecheck sources/AddSourceMapURLDialog.js with TypeScript [email protected] Bug: 1011811 Change-Id: I2088e7ba0c91f2cb56a5eee4cb9833119ea0f96f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2450033 Commit-Queue: Tim van der Lippe <[email protected]> Auto-Submit: Tim van der Lippe <[email protected]> Reviewed-by: Paul Lewis <[email protected]>
diff --git a/front_end/ui/Dialog.js b/front_end/ui/Dialog.js index d39421fd..3cdfa26 100644 --- a/front_end/ui/Dialog.js +++ b/front_end/ui/Dialog.js
@@ -74,7 +74,7 @@ /** * @override - * @param {!Document|!Element=} where + * @param {(!Document|!Element)=} where */ show(where) { const document = /** @type {!Document} */ (