| Index: sdk/lib/_collection_dev/iterable.dart
|
| diff --git a/sdk/lib/_collection_dev/iterable.dart b/sdk/lib/_collection_dev/iterable.dart
|
| index 6e1e5ecb7c1b79be349de5fd215359d8294a6b0e..438f574cfb53697e8404afc858348af1b63bb60d 100644
|
| --- a/sdk/lib/_collection_dev/iterable.dart
|
| +++ b/sdk/lib/_collection_dev/iterable.dart
|
| @@ -8,10 +8,18 @@ part of dart._collection.dev;
|
| // This is a hack to make @deprecated work in dart:io. Don't remove or use this,
|
| // unless coordinated with either me or the core library team. Thanks!
|
| // TODO(ajohnsen): Remove at the 11th of Auguest 2013.
|
| -// TODO(ajohnsen): Remove hide in sdk/lib/web_sql/dart2js/web_sql_dart2js.dart.
|
| -// TODO(ajohnsen): Remove hide in sdk/lib/html/dart2js/html_dart2js.dart.
|
| -// TODO(ajohnsen): Remove hide in
|
| -// sdk/lib/web_audio/dart2js/web_audio_dart2js.dart.
|
| +// TODO(ajohnsen): Remove hide in:
|
| +// tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| +// tools/dom/templates/html/dart2js/svg_dart2js.darttemplate
|
| +// tools/dom/templates/html/dart2js/web_audio_dart2js.darttemplate
|
| +// tools/dom/templates/html/dart2js/web_gl_dart2js.darttemplate
|
| +// tools/dom/templates/html/dart2js/web_sql_dart2js.darttemplate
|
| +// tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| +// tools/dom/templates/html/dartium/svg_dartium.darttemplate
|
| +// tools/dom/templates/html/dartium/web_audio_dartium.darttemplate
|
| +// tools/dom/templates/html/dartium/web_gl_dartium.darttemplate
|
| +// tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
|
| +
|
| const deprecated = 0;
|
|
|
| /**
|
|
|