| 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 a76655294c47df2a12f1eec188188b3e09b4561a..0163077d0f754c8687e832ca2ed7577d45d58cdd 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" {
|
| +class CSSFontFaceRuleJS extends CSSRuleJS implements CSSFontFaceRule native "*CSSFontFaceRule" {
|
|
|
| - CSSStyleDeclaration get style() native "return this.style;";
|
| + CSSStyleDeclarationJS get style() native "return this.style;";
|
| }
|
|
|