Index: lib/html/frog/html_frog.dart |
diff --git a/lib/html/frog/html_frog.dart b/lib/html/frog/html_frog.dart |
index b28da321087f7adeaa940f5a8676738ef788e7b8..f0a1b9f39a28d1b557f9cdfe5430a85e87e26327 100644 |
--- a/lib/html/frog/html_frog.dart |
+++ b/lib/html/frog/html_frog.dart |
@@ -9756,6 +9756,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" { |