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

Unified Diff: lib/html/doc/interface/Storage.dartdoc

Issue 11090010: Remove explicit interface versions of dartdoc files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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:
View side-by-side diff with in-line comments
Download patch
Index: lib/html/doc/interface/Storage.dartdoc
diff --git a/lib/html/doc/interface/Storage.dartdoc b/lib/html/doc/interface/Storage.dartdoc
index 03382c8f369fbcaa1e3635dacef86528e97a2428..a72fd52dd7ed68ea8fddd4d6e0c84bbcf274f6a2 100644
--- a/lib/html/doc/interface/Storage.dartdoc
+++ b/lib/html/doc/interface/Storage.dartdoc
@@ -29,10 +29,10 @@
* section of the library tour.
*
*/
-interface Storage extends Map<String, String> {
+abstract class Storage implements Map<String, String> {
/** @domName Storage.length */
- final int $dom_length;
+ abstract int get $dom_length;
/** @domName Storage.clear */
void $dom_clear();
« no previous file with comments | « lib/html/doc/interface/SpeechRecognitionResultList.dartdoc ('k') | lib/html/doc/interface/StorageEvent.dartdoc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698