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

Unified Diff: client/dom/common/public.dart

Issue 9009002: Promote DOMType to public dart:dom type. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
« no previous file with comments | « client/dom/common/implementation.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/common/public.dart
diff --git a/client/dom/common/public.dart b/client/dom/common/public.dart
index 9b5ea4fcc9f126ead047acf09bdd37a68feb8dc4..8ee58ca82b8a3889dfe2dd99b271e402cbc6804e 100644
--- a/client/dom/common/public.dart
+++ b/client/dom/common/public.dart
@@ -560,3 +560,12 @@ Window get dom_window() {
Document get document() {
return window.document;
}
+
+class DOMType extends DOMWrapperBase {
+ // FIXME: Remove if/when Dart supports OLS for all objects.
+ var dartObjectLocalStorage;
+
+ String get typeName() {
+ throw new UnsupportedOperationException("typeName must be overridden.");
+ }
+}
« no previous file with comments | « client/dom/common/implementation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698