| Index: client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart b/client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart
|
| index 9b43f6f80fcbb0a80b40e21f43567ca11f7b2626..fd108a624d97bf6015a2d760d970bab7ecafeafd 100644
|
| --- a/client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_PointerLockWrappingImplementation.dart
|
| @@ -11,10 +11,8 @@ class _PointerLockWrappingImplementation extends DOMWrapperBase implements Point
|
| return new _PointerLockWrappingImplementation();
|
| }
|
|
|
| - bool isLocked() {
|
| - return _isLocked(this);
|
| - }
|
| - static bool _isLocked(receiver) native;
|
| + bool get isLocked() { return _get_isLocked(this); }
|
| + static bool _get_isLocked(var _this) native;
|
|
|
| void lock(Element target, [VoidCallback successCallback = null, VoidCallback failureCallback = null]) {
|
| if (successCallback === null) {
|
|
|