| 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 fb6a963c1f3db8bbcd9fd94d2abc0c7b6fcc30a2..2ad32e42e4d7293f9f311412058110abbe448ea8 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -12985,6 +12985,9 @@ class Geoposition extends NativeFieldWrapperClass1 {
|
|
|
|
|
| @DocsEditable
|
| +/**
|
| + * An `<hr>` tag.
|
| + */
|
| @DomName('HTMLHRElement')
|
| class HRElement extends _Element_Merged {
|
| HRElement.internal() : super.internal();
|
|
|