| Index: sky/engine/core/css/CSSPropertySourceData.h
|
| diff --git a/sky/engine/core/css/CSSPropertySourceData.h b/sky/engine/core/css/CSSPropertySourceData.h
|
| index 066dd902884459464092b3e4e138ae40233dab0d..a03b835576620f35bc227ed8d1ebc9ef85cb21a6 100644
|
| --- a/sky/engine/core/css/CSSPropertySourceData.h
|
| +++ b/sky/engine/core/css/CSSPropertySourceData.h
|
| @@ -55,7 +55,7 @@ public:
|
| struct CSSPropertySourceData {
|
| ALLOW_ONLY_INLINE_ALLOCATION();
|
| public:
|
| - CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range);
|
| + CSSPropertySourceData(const String& name, const String& value, bool disabled, bool parsedOk, const SourceRange& range);
|
| CSSPropertySourceData(const CSSPropertySourceData& other);
|
| CSSPropertySourceData();
|
|
|
| @@ -64,7 +64,6 @@ public:
|
|
|
| String name;
|
| String value;
|
| - bool important;
|
| bool disabled;
|
| bool parsedOk;
|
| SourceRange range;
|
|
|