| Index: Source/core/css/CSSPrimitiveValue.cpp
|
| diff --git a/Source/core/css/CSSPrimitiveValue.cpp b/Source/core/css/CSSPrimitiveValue.cpp
|
| index 10b8f5944e37fe9439a1f781f257acb27a8cb386..ebdacd89d6d913eddbef89e0afdbe69e53ed8ac5 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.cpp
|
| +++ b/Source/core/css/CSSPrimitiveValue.cpp
|
| @@ -259,12 +259,6 @@ CSSPrimitiveValue::UnitType CSSPrimitiveValue::primitiveType() const
|
|
|
| static const AtomicString& propertyName(CSSPropertyID propertyID)
|
| {
|
| - ASSERT_ARG(propertyID, propertyID >= 0);
|
| - ASSERT_ARG(propertyID, (propertyID >= firstCSSProperty && propertyID < firstCSSProperty + numCSSProperties));
|
| -
|
| - if (propertyID < 0)
|
| - return nullAtom;
|
| -
|
| return getPropertyNameAtomicString(propertyID);
|
| }
|
|
|
|
|