| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 56d48e347683d09c795718730a4827fd469916c7..8d50cb3896f5da3dea14295a6ca0f3a94b232e4e 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -13509,7 +13509,7 @@ class Node extends EventTarget native "*Node" {
|
| Node get nextNode => JS("Node", "#.nextSibling", this);
|
|
|
| /** @domName Node.nodeType */
|
| - int get $dom_nodeType => JS("int", "#.nodeType", this);
|
| + final int nodeType;
|
|
|
| /** @domName Node.ownerDocument */
|
| Document get document => JS("Document", "#.ownerDocument", this);
|
|
|