| Index: client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
|
| index 5b5f782769fa3da6139636e93202027c8b16034f..9523c6aee7c5e4fc2c1f9732d3aa17ec020fb97c 100644
|
| --- a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
|
| @@ -77,6 +77,9 @@ class _ElementWrappingImplementation extends _NodeWrappingImplementation impleme
|
| String get tagName() { return _get_tagName(this); }
|
| static String _get_tagName(var _this) native;
|
|
|
| + String get webkitRegionOverflow() { return _get_webkitRegionOverflow(this); }
|
| + static String _get_webkitRegionOverflow(var _this) native;
|
| +
|
| void blur() {
|
| _blur(this);
|
| return;
|
|
|