| Index: Source/core/editing/FrameSelection.cpp
|
| diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
|
| index fca16eccedeb66ce55aefca0d4a23971c001efc4..fed090e3f7356062c51c152f5a72a70e30497682 100644
|
| --- a/Source/core/editing/FrameSelection.cpp
|
| +++ b/Source/core/editing/FrameSelection.cpp
|
| @@ -1906,7 +1906,7 @@ PassRefPtr<StylePropertySet> FrameSelection::copyTypingStyle() const
|
| {
|
| if (!m_typingStyle || !m_typingStyle->style())
|
| return 0;
|
| - return m_typingStyle->style()->copy();
|
| + return m_typingStyle->style()->mutableCopy();
|
| }
|
|
|
| bool FrameSelection::shouldDeleteSelection(const VisibleSelection& selection) const
|
|
|