| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 224e009186c7de63b9a25ab6140020c7872b8539..8a1c08b73526e61892f15849df3afcdc32d361bf 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -17600,7 +17600,7 @@ class Node extends EventTarget {
|
|
|
|
|
| /** @domName Node.nodeType */
|
| - int get $dom_nodeType native "Node_nodeType_Getter";
|
| + int get nodeType native "Node_nodeType_Getter";
|
|
|
|
|
| /** @domName Node.ownerDocument */
|
|
|