| Index: client/html/src/OverflowEventWrappingImplementation.dart
 | 
| diff --git a/client/html/src/OverflowEventWrappingImplementation.dart b/client/html/src/OverflowEventWrappingImplementation.dart
 | 
| index 0be2c8279e1a3bdb50d8a0c2e9435b4fa014f27e..60934daddcb105ead34543c35f8690dce460db2c 100644
 | 
| --- a/client/html/src/OverflowEventWrappingImplementation.dart
 | 
| +++ b/client/html/src/OverflowEventWrappingImplementation.dart
 | 
| @@ -5,6 +5,7 @@
 | 
|  class OverflowEventWrappingImplementation extends EventWrappingImplementation implements OverflowEvent {
 | 
|    OverflowEventWrappingImplementation._wrap(ptr) : super._wrap(ptr);
 | 
|  
 | 
| +  /** @domName OverflowEvent.initOverflowEvent */
 | 
|    factory OverflowEventWrappingImplementation(int orient,
 | 
|        bool horizontalOverflow, bool verticalOverflow) {
 | 
|      final e = dom.document.createEvent("OverflowEvent");
 | 
| 
 |