| Index: lib/html/src/PopStateEventWrappingImplementation.dart
|
| diff --git a/lib/html/src/PopStateEventWrappingImplementation.dart b/lib/html/src/PopStateEventWrappingImplementation.dart
|
| index bd2f021f4f21caac446ca4d7cf04f041236826ed..0a31ee945c73f622f68f35d2db3b8722dad617c9 100644
|
| --- a/lib/html/src/PopStateEventWrappingImplementation.dart
|
| +++ b/lib/html/src/PopStateEventWrappingImplementation.dart
|
| @@ -12,5 +12,5 @@ class PopStateEventWrappingImplementation extends EventWrappingImplementation im
|
| return LevelDom.wrapPopStateEvent(e);
|
| }
|
|
|
| - String get state() => _ptr.state;
|
| + String get state => _ptr.state;
|
| }
|
|
|