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 8884e11349f64506ba52f21f8d7236b7e3ab1250..2a7ddaa60fce6416077061c004e231f38c6330a9 100644 |
--- a/sdk/lib/html/dartium/html_dartium.dart |
+++ b/sdk/lib/html/dartium/html_dartium.dart |
@@ -7847,7 +7847,7 @@ class DomError extends NativeFieldWrapperClass1 { |
// BSD-style license that can be found in the LICENSE file. |
-/// @domName DOMException |
+@DomName('DOMException') |
class DomException extends NativeFieldWrapperClass1 { |
static const String INDEX_SIZE = 'IndexSizeError'; |
@@ -17748,8 +17748,7 @@ class MediaSource extends EventTarget { |
// BSD-style license that can be found in the LICENSE file. |
-/// @domName MediaStream; @docsEditable true@DomName('MediaStream') |
- |
+@DomName('MediaStream') |
class MediaStream extends EventTarget { |
MediaStream.internal() : super.internal(); |