| Index: lib/html/frog/html_frog.dart | 
| diff --git a/lib/html/frog/html_frog.dart b/lib/html/frog/html_frog.dart | 
| index 3f8e89762f99197758236d937df1fbab0ed3e2c6..892aacf34c2ac026eb9a23f13a4e54c382f4a476 100644 | 
| --- a/lib/html/frog/html_frog.dart | 
| +++ b/lib/html/frog/html_frog.dart | 
| @@ -9766,6 +9766,8 @@ class _NodeListImpl implements NodeList native "*NodeList" { | 
|  | 
| _NodeImpl operator[](int index) native "return this[index];"; | 
|  | 
| +  _NodeImpl _item(int index) native "item"; | 
| + | 
| } | 
|  | 
| class _NotationImpl extends _NodeImpl implements Notation native "*Notation" { | 
|  |