Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1607214, the implementation of the HTMLInputElement.controllers g…
Browse files Browse the repository at this point in the history
…etter can return null, r=bzbarsky

Differential Revision: https://phabricator.services.mozilla.com/D58789
  • Loading branch information
EnnDeakin2 committed Feb 18, 2020
1 parent 9b4588e commit caae90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/webidl/HTMLInputElement.webidl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ partial interface HTMLInputElement {

partial interface HTMLInputElement {
[GetterThrows, ChromeOnly]
readonly attribute XULControllers controllers;
readonly attribute XULControllers? controllers;
// Binaryname because we have a FragmentOrElement function named "TextLength()".
[NeedsCallerType, BinaryName="inputTextLength"]
readonly attribute long textLength;
Expand Down

0 comments on commit caae90c

Please sign in to comment.