| Index: client/dom/generated/src/frog/ShadowRoot.dart
|
| diff --git a/client/dom/generated/src/frog/ShadowRoot.dart b/client/dom/generated/src/frog/ShadowRoot.dart
|
| index 1082adc1f4d49630cda4086bec7094d0813d2c45..18ca5fd4945ddecbece1df9d9bfee5382bd9cc69 100644
|
| --- a/client/dom/generated/src/frog/ShadowRoot.dart
|
| +++ b/client/dom/generated/src/frog/ShadowRoot.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class ShadowRootJs extends NodeJs implements ShadowRoot native "*ShadowRoot" {
|
| +class _ShadowRootJs extends _NodeJs implements ShadowRoot native "*ShadowRoot" {
|
|
|
| - ElementJs get host() native "return this.host;";
|
| + _ElementJs get host() native "return this.host;";
|
| }
|
|
|