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

Unified Diff: lib/dom/src/native_DOMImplementation.dart

Issue 10207019: Generate DartDOMStringList binding. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/dom/src/native_DOMImplementation.dart
diff --git a/lib/dom/src/native_DOMImplementation.dart b/lib/dom/src/native_DOMImplementation.dart
index f164e452b95f5fe97b191b173723d023a8e0d68e..7a085d048167c00313fabdbae3ee382c053eff60 100644
--- a/lib/dom/src/native_DOMImplementation.dart
+++ b/lib/dom/src/native_DOMImplementation.dart
@@ -112,10 +112,3 @@ class DOMStringMapImplementation extends DOMWrapperBase implements DOMStringMap
int get length() => Maps.length(this);
bool isEmpty() => Maps.isEmpty(this);
}
-
-class DOMStringListImplementation extends DOMWrapperBase implements DOMStringList {
- static DOMStringListImplementation _createDOMStringListImplementation() => new DOMStringListImplementation._createDOMStringListImplementation();
- DOMStringListImplementation._createDOMStringListImplementation();
-
- // FIXME: provide implementation.
-}

Powered by Google App Engine
This is Rietveld 408576698