| Index: client/html/html.dart
|
| diff --git a/client/html/html.dart b/client/html/html.dart
|
| index 1c53ac6d94b54c2d71ff1024aa3910c93c8abd53..469666eab6c5b2bfa2b4a276f558c6bf08257d98 100644
|
| --- a/client/html/html.dart
|
| +++ b/client/html/html.dart
|
| @@ -96,7 +96,6 @@
|
| #source('generated/src/interface/EntrySync.dart');
|
| #source('generated/src/interface/ErrorCallback.dart');
|
| #source('generated/src/interface/ErrorEvent.dart');
|
| -#source('generated/src/interface/Event.dart');
|
| #source('generated/src/interface/EventException.dart');
|
| #source('generated/src/interface/FieldSetElement.dart');
|
| #source('generated/src/interface/File.dart');
|
| @@ -359,7 +358,6 @@
|
| #source('generated/src/wrapping/_ErrorCallbackWrappingImplementation.dart');
|
| #source('generated/src/wrapping/_ErrorEventWrappingImplementation.dart');
|
| #source('generated/src/wrapping/_EventExceptionWrappingImplementation.dart');
|
| -#source('generated/src/wrapping/_EventWrappingImplementation.dart');
|
| #source('generated/src/wrapping/_FieldSetElementWrappingImplementation.dart');
|
| #source('generated/src/wrapping/_FileCallbackWrappingImplementation.dart');
|
| #source('generated/src/wrapping/_FileEntrySyncWrappingImplementation.dart');
|
| @@ -537,30 +535,39 @@
|
|
|
| #source('generated/src/wrapping/_HtmlWrappingImplementation.dart');
|
|
|
| +#source('src/_Collections.dart');
|
| +#source('src/_FactoryProviders.dart');
|
| +#source('src/_ListIterators.dart');
|
| +#source('src/_Lists.dart');
|
| #source('src/AbstractWorker.dart');
|
| #source('src/AbstractWorkerWrappingImplementation.dart');
|
| -#source('src/DOMApplicationCache.dart');
|
| +#source('src/BodyElement.dart');
|
| +#source('src/BodyElementWrappingImplementation.dart');
|
| +#source('src/CssClassSet.dart');
|
| +#source('src/CSSStyleDeclaration.dart');
|
| #source('src/CSSStyleDeclaration.dart');
|
| #source('src/CSSStyleDeclarationWrappingImplementation.dart');
|
| -#source('src/DOMApplicationCacheWrappingImplementation.dart');
|
| -#source('src/DOMWrapperBase.dart');
|
| -#source('src/Document.dart');
|
| +#source('src/CSSStyleDeclarationWrappingImplementation.dart');
|
| #source('src/DataAttributeMap.dart');
|
| #source('src/Device.dart');
|
| -#source('src/BodyElement.dart');
|
| -#source('src/BodyElementWrappingImplementation.dart');
|
| -#source('src/CssClassSet.dart');
|
| +#source('src/Document.dart');
|
| #source('src/DocumentFragment.dart');
|
| #source('src/DocumentFragmentWrappingImplementation.dart');
|
| #source('src/DocumentWrappingImplementation.dart');
|
| +#source('src/DOMApplicationCache.dart');
|
| +#source('src/DOMApplicationCacheWrappingImplementation.dart');
|
| +#source('src/DOMWrapperBase.dart');
|
| #source('src/Element.dart');
|
| #source('src/ElementWrappingImplementation.dart');
|
| +#source('src/Event.dart');
|
| #source('src/EventListener.dart');
|
| #source('src/EventSource.dart');
|
| #source('src/EventSourceWrappingImplementation.dart');
|
| #source('src/EventTarget.dart');
|
| #source('src/EventTargetWrappingImplementation.dart');
|
| +#source('src/EventWrappingImplementation.dart');
|
| #source('src/GlobalProperties.dart');
|
| +#source('src/Measurement.dart');
|
| #source('src/MessagePort.dart');
|
| #source('src/MessagePortWrappingImplementation.dart');
|
| #source('src/Node.dart');
|
| @@ -584,8 +591,3 @@
|
| #source('src/XMLHttpRequestUpload.dart');
|
| #source('src/XMLHttpRequestUploadWrappingImplementation.dart');
|
| #source('src/XMLHttpRequestWrappingImplementation.dart');
|
| -
|
| -#source('src/_Collections.dart');
|
| -#source('src/_FactoryProviders.dart');
|
| -#source('src/_ListIterators.dart');
|
| -#source('src/_Lists.dart');
|
|
|