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

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

Issue 11412144: HTML human writable docs working end to end!... mostly... (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: All of Bob's code review changes.' Created 8 years, 1 month 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 da99f0850b7baa7bfeb7eb131a93d14cd75d78e6..7b99fe2eaa5881b7650b063707fc5de9126a2ed4 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -16744,14 +16744,6 @@ class MenuElement extends _Element_Merged {
factory MenuElement() => document.$dom_createElement("menu");
MenuElement.internal(): super.internal();
-
- /** @domName HTMLMenuElement.compact */
- bool get compact native "HTMLMenuElement_compact_Getter";
-
-
- /** @domName HTMLMenuElement.compact */
- void set compact(bool value) native "HTMLMenuElement_compact_Setter";
-
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -28347,7 +28339,7 @@ abstract class _AttributeMap implements Map<String, String> {
}
/**
- * Wrapper to expose Element.attributes as a typed map.
+ * Wrapper to expose [Element.attributes] as a typed map.
*/
class _ElementAttributeMap extends _AttributeMap {

Powered by Google App Engine
This is Rietveld 408576698