Index: third_party/WebKit/Source/core/editing/EditingStyle.cpp |
diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.cpp b/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
index 163cbfb17e46d3197edc3447aae00c755f919209..edca53680c2b26d723d228b46bfce27ca1c95ffe 100644 |
--- a/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
+++ b/third_party/WebKit/Source/core/editing/EditingStyle.cpp |
@@ -1180,7 +1180,7 @@ void EditingStyle::mergeStyle(const StylePropertySet* style, CSSPropertyOverride |
} |
if (mode == OverrideValues || (mode == DoNotOverrideValues && !value)) |
- m_mutableStyle->setProperty(property.id(), property.value().cssText(), property.isImportant()); |
+ m_mutableStyle->setProperty(property.toCSSProperty()); |
} |
} |