| Index: client/dom/generated/src/frog/CSSPrimitiveValue.dart
|
| diff --git a/client/dom/generated/src/frog/CSSPrimitiveValue.dart b/client/dom/generated/src/frog/CSSPrimitiveValue.dart
|
| index fcb4913b4034b1f6561c8c2328ed197e6c62765a..8d84ed7b05b8a043c504438a987ac7f1929dcffb 100644
|
| --- a/client/dom/generated/src/frog/CSSPrimitiveValue.dart
|
| +++ b/client/dom/generated/src/frog/CSSPrimitiveValue.dart
|
| @@ -53,7 +53,7 @@ class CSSPrimitiveValue extends CSSValue native "*CSSPrimitiveValue" {
|
|
|
| static final int CSS_URI = 20;
|
|
|
| - int primitiveType;
|
| + int get primitiveType() native "return this.primitiveType;";
|
|
|
| Counter getCounterValue() native;
|
|
|
|
|