| 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 12e59e4dbdb13cf2dbc124bb9e35f04338b19706..5b5f782769fa3da6139636e93202027c8b16034f 100644
|
| --- a/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_ElementWrappingImplementation.dart
|
| @@ -234,5 +234,11 @@ class _ElementWrappingImplementation extends _NodeWrappingImplementation impleme
|
| }
|
| static bool _webkitMatchesSelector(receiver, selectors) native;
|
|
|
| + void webkitRequestFullScreen(int flags) {
|
| + _webkitRequestFullScreen(this, flags);
|
| + return;
|
| + }
|
| + static void _webkitRequestFullScreen(receiver, flags) native;
|
| +
|
| String get typeName() { return "Element"; }
|
| }
|
|
|