| Index: client/html/src/WindowWrappingImplementation.dart
 | 
| diff --git a/client/html/src/WindowWrappingImplementation.dart b/client/html/src/WindowWrappingImplementation.dart
 | 
| index 2afda2269b06fc6e25afbe6b96eb464be6eaf0ba..f5eaded722fb25b1edbfa4ec81b170c64cea2800 100644
 | 
| --- a/client/html/src/WindowWrappingImplementation.dart
 | 
| +++ b/client/html/src/WindowWrappingImplementation.dart
 | 
| @@ -84,6 +84,7 @@ class WindowEventsImplementation extends EventsImplementation
 | 
|    EventListenerList get contentLoaded() => _get('DOMContentLoaded');
 | 
|  }
 | 
|  
 | 
| +/** @domName Window */
 | 
|  class WindowWrappingImplementation extends EventTargetWrappingImplementation implements Window {
 | 
|    WindowWrappingImplementation._wrap(ptr) : super._wrap(ptr);
 | 
|  
 | 
| 
 |