mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Link to tracking issue for redundant codegen getter
https://github.com/servo/servo/issues/5875
This commit is contained in:
parent
4056716ecd
commit
1108510d22
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ impl HTMLFormControlsCollectionMethods for HTMLFormControlsCollection {
|
|||
}
|
||||
|
||||
// FIXME: This shouldn't need to be implemented here since HTMLCollection (the parent of
|
||||
// HTMLFormControlsCollection) implements IndexedGetter
|
||||
// HTMLFormControlsCollection) implements IndexedGetter.
|
||||
// https://github.com/servo/servo/issues/5875
|
||||
//
|
||||
// https://dom.spec.whatwg.org/#dom-htmlcollection-item
|
||||
fn IndexedGetter(&self, index: u32, found: &mut bool) -> Option<Root<Element>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue