| Index: client/dom/frog_dom.dart
|
| diff --git a/client/dom/frog_dom.dart b/client/dom/frog_dom.dart
|
| index 1f6877722991ec76b23fff68b978fa88cb333222..154294652549f81b4889224ebb7128ef414ef07f 100644
|
| --- a/client/dom/frog_dom.dart
|
| +++ b/client/dom/frog_dom.dart
|
| @@ -531,10 +531,6 @@
|
| #source('src/EventListener.dart');
|
| #source('src/RequestAnimationFrameCallback.dart');
|
| #source('src/TimeoutHandler.dart');
|
| -#source('src/_Collections.dart');
|
| -// #source('src/_FactoryProviders.dart');
|
| -#source('src/_ListIterators.dart');
|
| -#source('src/_Lists.dart');
|
|
|
| class Window extends DOMWindow {}
|
| DOMWindow get window() native "return window;";
|
|
|