Index: Source/core/css/StylePropertySet.h |
diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h |
index 65af4476b4aca8c8a3a79c39e58e708334d67ed5..7d40b4973e3e5c8d7adec51c4a4850937f80909b 100644 |
--- a/Source/core/css/StylePropertySet.h |
+++ b/Source/core/css/StylePropertySet.h |
@@ -57,7 +57,7 @@ public: |
} |
CSSPropertyID id() const { return static_cast<CSSPropertyID>(propertyMetadata().m_propertyID); } |
- CSSPropertyID shorthandID() const { return static_cast<CSSPropertyID>(propertyMetadata().m_shorthandID); } |
+ CSSPropertyID shorthandID() const { return propertyMetadata().shorthandID(); } |
bool isImportant() const { return propertyMetadata().m_important; } |
bool isInherited() const { return propertyMetadata().m_inherited; } |