| Index: client/html/generated/html/dartium/CSSStyleRule.dart
|
| diff --git a/client/html/generated/html/dartium/CSSStyleRule.dart b/client/html/generated/html/dartium/CSSStyleRule.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4b0b53fac2c81bd362586ccc2571536b559bbadc
|
| --- /dev/null
|
| +++ b/client/html/generated/html/dartium/CSSStyleRule.dart
|
| @@ -0,0 +1,10 @@
|
| +
|
| +class _CSSStyleRuleImpl extends _CSSRuleImpl implements CSSStyleRule {
|
| + _CSSStyleRuleImpl._wrap(ptr) : super._wrap(ptr);
|
| +
|
| + String get selectorText() => _wrap(_ptr.selectorText);
|
| +
|
| + void set selectorText(String value) { _ptr.selectorText = _unwrap(value); }
|
| +
|
| + CSSStyleDeclaration get style() => _wrap(_ptr.style);
|
| +}
|
|
|