LibWeb/SVG: Fix typo in replace_item
Change FIXNE to FIXME.
This commit is contained in:
parent
52c09a6e87
commit
7f9de62cb1
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ WebIDL::ExceptionOr<T> SVGList<T>::replace_item(T new_item, WebIDL::UnsignedLong
|
|||
|
||||
// FIXME: 6. Attach newItem to the list interface object.
|
||||
|
||||
// FIXNE: 7. If the list reflects an attribute, or represents the base value of an object that reflects an attribute, then
|
||||
// FIXME: 7. If the list reflects an attribute, or represents the base value of an object that reflects an attribute, then
|
||||
// reserialize the reflected attribute.
|
||||
|
||||
// 8. Return newItem.
|
||||
|
|
|
|||
Loading…
Reference in a new issue