| 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 8e73c289608600ba23fffb65e3668aaf3fa73c9a..b169c1c185e73dcca113da9ea78475e571883d13 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -12836,6 +12836,7 @@ class HtmlDocument extends Document {
|
| @DocsEditable
|
| Element get activeElement native "HTMLDocument_activeElement_Getter";
|
|
|
| +
|
| @DomName('Document.body')
|
| BodyElement get body => $dom_body;
|
|
|
|
|