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

Unified Diff: client/dom/generated/src/frog/MediaList.dart

Issue 8885004: Revert "Implement typed array constructors." (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/generated/src/frog/Int8Array.dart ('k') | client/dom/generated/src/frog/NamedNodeMap.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/MediaList.dart
diff --git a/client/dom/generated/src/frog/MediaList.dart b/client/dom/generated/src/frog/MediaList.dart
index 24a4398a8e8e2438f42639ec591061e300efccc2..a046859bdc29c55d7d58925c720484595e71fc8e 100644
--- a/client/dom/generated/src/frog/MediaList.dart
+++ b/client/dom/generated/src/frog/MediaList.dart
@@ -7,10 +7,6 @@ class MediaList native "*MediaList" {
String operator[](int index) native;
- void operator[]=(int index, String value) {
- throw new UnsupportedOperationException("Cannot assign element of immutable List.");
- }
-
void appendMedium(String newMedium) native;
void deleteMedium(String oldMedium) native;
« no previous file with comments | « client/dom/generated/src/frog/Int8Array.dart ('k') | client/dom/generated/src/frog/NamedNodeMap.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698