| Index: client/dom/generated/src/frog/CSSPageRule.dart
|
| diff --git a/client/dom/generated/src/frog/CSSPageRule.dart b/client/dom/generated/src/frog/CSSPageRule.dart
|
| index dad7de357e77bda7c6c221bcf67c05757620385d..361716227c6c19573d646532edc98ead52f34fd9 100644
|
| --- a/client/dom/generated/src/frog/CSSPageRule.dart
|
| +++ b/client/dom/generated/src/frog/CSSPageRule.dart
|
| @@ -1,7 +1,9 @@
|
|
|
| class CSSPageRule extends CSSRule native "*CSSPageRule" {
|
|
|
| - String selectorText;
|
| + String get selectorText() native "return this.selectorText;";
|
|
|
| - CSSStyleDeclaration style;
|
| + void set selectorText(String value) native "this.selectorText = value;";
|
| +
|
| + CSSStyleDeclaration get style() native "return this.style;";
|
| }
|
|
|