Chromium Code Reviews| Index: client/html/generated/html/frog/CSSFontFaceRule.dart |
| diff --git a/client/html/generated/html/frog/CSSFontFaceRule.dart b/client/html/generated/html/frog/CSSFontFaceRule.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..76e24088cbc4268c163044d12c871ae2bc0a7156 |
| --- /dev/null |
| +++ b/client/html/generated/html/frog/CSSFontFaceRule.dart |
| @@ -0,0 +1,5 @@ |
| + |
| +class _CSSFontFaceRuleImpl extends _CSSRuleImpl implements CSSFontFaceRule native "*CSSFontFaceRule" { |
| + |
| + final _CSSStyleDeclarationImpl style; |
| +} |