| Index: client/html/release/htmlimpl.dart
|
| diff --git a/client/html/release/htmlimpl.dart b/client/html/release/htmlimpl.dart
|
| index 0ecce51fc874fa644be4bae87194fa29b38c0853..1d4e3319da378032151116d3e37a420d25eca52b 100644
|
| --- a/client/html/release/htmlimpl.dart
|
| +++ b/client/html/release/htmlimpl.dart
|
| @@ -22272,7 +22272,7 @@ class DocumentWrappingImplementation extends ElementWrappingImplementation imple
|
|
|
| DocumentEvents get on() {
|
| if (_on === null) {
|
| - _on = new DocumentEventsImplementation._wrap(_ptr);
|
| + _on = new DocumentEventsImplementation._wrap(_documentPtr);
|
| }
|
| return _on;
|
| }
|
|
|