| 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 6e2a2706dccc2b63a23ab6ec8d47cbd1d8cae64a..02d9607878f1456ab00b5db73c72edd7550e919e 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -7098,7 +7098,7 @@ class DomError native "*DOMError" {
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
| -/// @domName DOMException
|
| +@DomName('DOMException')
|
| class DomException native "*DOMException" {
|
|
|
| static const String INDEX_SIZE = 'IndexSizeError';
|
| @@ -16155,8 +16155,7 @@ class MediaSource extends EventTarget native "*MediaSource" {
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
| -/// @domName MediaStream; @docsEditable true@DomName('MediaStream')
|
| -
|
| +@DomName('MediaStream')
|
| class MediaStream extends EventTarget native "*MediaStream" {
|
|
|
| @DomName('MediaStream.endedEvent')
|
|
|