diff options
Diffstat (limited to 'components/script_bindings/webidls/AbortController.webidl')
-rw-r--r-- | components/script_bindings/webidls/AbortController.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_bindings/webidls/AbortController.webidl b/components/script_bindings/webidls/AbortController.webidl index cef49010d3c..bb20ec24955 100644 --- a/components/script_bindings/webidls/AbortController.webidl +++ b/components/script_bindings/webidls/AbortController.webidl @@ -7,7 +7,7 @@ interface AbortController { constructor(); - //[SameObject] readonly attribute AbortSignal signal; + [SameObject] readonly attribute AbortSignal signal; undefined abort(optional any reason); }; |