Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Issue 12208017: Removed some cruft from ApiDoc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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();
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/templates/html/impl/impl_DOMException.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698