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

Unified Diff: client/dom/common/implementation.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 | « no previous file | client/dom/common/public.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/common/implementation.dart
diff --git a/client/dom/common/implementation.dart b/client/dom/common/implementation.dart
index 1b92e6abf3362394eb03024e437e79d81fbbde1a..137ebdf481b08963a34a4aa2b7a8097681d16f2a 100644
--- a/client/dom/common/implementation.dart
+++ b/client/dom/common/implementation.dart
@@ -1,12 +1,3 @@
-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.");
- }
-}
-
class ListBase<E> extends DOMType implements List<E> {
ListBase();
« no previous file with comments | « no previous file | client/dom/common/public.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698