Index: Source/core/css/StylePropertySerializer.cpp |
diff --git a/Source/core/css/StylePropertySerializer.cpp b/Source/core/css/StylePropertySerializer.cpp |
index 91de3d71ca7854408a416fab56bd9af6f7cb21be..b54adc92e381905e72d785c8d297ab1a92cddf37 100644 |
--- a/Source/core/css/StylePropertySerializer.cpp |
+++ b/Source/core/css/StylePropertySerializer.cpp |
@@ -309,8 +309,6 @@ String StylePropertySerializer::asText() const |
String StylePropertySerializer::getPropertyValue(CSSPropertyID propertyID) const |
{ |
- // Only enabled properties should be part of the style. |
- ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID)); |
// Shorthand and 4-values properties |
switch (propertyID) { |
case CSSPropertyBorderSpacing: |