| 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 066b61e898bc065d122296463caa4fd7572edead..384cbf2a3293d8efa9d16531d1999b213612f371 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -12133,6 +12133,9 @@ class Geoposition native "*Geoposition" {
|
|
|
|
|
| @DocsEditable
|
| +/**
|
| + * An `<hr>` tag.
|
| + */
|
| @DomName('HTMLHRElement')
|
| class HRElement extends Element native "*HTMLHRElement" {
|
|
|
|
|