| Index: Source/core/editing/ApplyStyleCommand.cpp
|
| diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/ApplyStyleCommand.cpp
|
| index 069cdcb9fccb0fb983eed95224a521a73499135f..b9daa3d9f6dd2a2586c684c7fc709d5db73f7c50 100644
|
| --- a/Source/core/editing/ApplyStyleCommand.cpp
|
| +++ b/Source/core/editing/ApplyStyleCommand.cpp
|
| @@ -300,7 +300,7 @@ static PassRefPtr<StylePropertySet> copyStyleOrCreateEmpty(const StylePropertySe
|
| {
|
| if (!style)
|
| return StylePropertySet::create();
|
| - return style->copy();
|
| + return style->mutableCopy();
|
| }
|
|
|
| void ApplyStyleCommand::applyRelativeFontStyleChange(EditingStyle* style)
|
|
|