| Index: client/html/generated/html/frog/CSSValue.dart
|
| diff --git a/client/html/generated/html/frog/CSSValue.dart b/client/html/generated/html/frog/CSSValue.dart
|
| deleted file mode 100644
|
| index 87a57c7f850ea6fe1e10462672a7dad62293be3c..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/frog/CSSValue.dart
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -
|
| -class _CSSValueImpl implements CSSValue native "*CSSValue" {
|
| -
|
| - static final int CSS_CUSTOM = 3;
|
| -
|
| - static final int CSS_INHERIT = 0;
|
| -
|
| - static final int CSS_PRIMITIVE_VALUE = 1;
|
| -
|
| - static final int CSS_VALUE_LIST = 2;
|
| -
|
| - String cssText;
|
| -
|
| - final int cssValueType;
|
| -}
|
|
|