| Index: client/dom/generated/src/wrapping/_CSSFontFaceRuleWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_CSSFontFaceRuleWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CSSFontFaceRuleWrappingImplementation.dart
|
| index ff224cef987866dd11826d6a5e2e0a99e8a48c3c..90c766260d60608a4aadf18944ccea4c5a5f8d26 100644
|
| --- a/client/dom/generated/src/wrapping/_CSSFontFaceRuleWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_CSSFontFaceRuleWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _CSSFontFaceRuleWrappingImplementation extends _CSSRuleWrappingImplementat
|
| return new _CSSFontFaceRuleWrappingImplementation();
|
| }
|
|
|
| - CSSStyleDeclaration get style() { return _get__CSSFontFaceRule_style(this); }
|
| - static CSSStyleDeclaration _get__CSSFontFaceRule_style(var _this) native;
|
| + CSSStyleDeclaration get style() { return _get_style(this); }
|
| + static CSSStyleDeclaration _get_style(var _this) native;
|
|
|
| String get typeName() { return "CSSFontFaceRule"; }
|
| }
|
|
|