| Index: client/dom/generated/src/wrapping/_RGBColorWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_RGBColorWrappingImplementation.dart b/client/dom/generated/src/wrapping/_RGBColorWrappingImplementation.dart
|
| index fd2de19c9b619cc146e1a80d2675456cf317c693..eb645c91bc0bcc290a76e942a7737eff25ccfa3b 100644
|
| --- a/client/dom/generated/src/wrapping/_RGBColorWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_RGBColorWrappingImplementation.dart
|
| @@ -11,9 +11,6 @@ class _RGBColorWrappingImplementation extends DOMWrapperBase implements RGBColor
|
| return new _RGBColorWrappingImplementation();
|
| }
|
|
|
| - CSSPrimitiveValue get alpha() { return _get__RGBColor_alpha(this); }
|
| - static CSSPrimitiveValue _get__RGBColor_alpha(var _this) native;
|
| -
|
| CSSPrimitiveValue get blue() { return _get__RGBColor_blue(this); }
|
| static CSSPrimitiveValue _get__RGBColor_blue(var _this) native;
|
|
|
|
|