| Index: client/dom/generated/src/frog/CSSFontFaceRule.dart
|
| diff --git a/client/dom/generated/src/frog/CSSFontFaceRule.dart b/client/dom/generated/src/frog/CSSFontFaceRule.dart
|
| index 59a8a42ce82d5a04e9d8876e16230d93e0a0e90d..a76655294c47df2a12f1eec188188b3e09b4561a 100644
|
| --- a/client/dom/generated/src/frog/CSSFontFaceRule.dart
|
| +++ b/client/dom/generated/src/frog/CSSFontFaceRule.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| class CSSFontFaceRule extends CSSRule native "*CSSFontFaceRule" {
|
|
|
| - CSSStyleDeclaration style;
|
| + CSSStyleDeclaration get style() native "return this.style;";
|
| }
|
|
|