| Index: Source/core/editing/FrameSelection.cpp
|
| diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
|
| index fed090e3f7356062c51c152f5a72a70e30497682..a854ee8fd46c25b1d301db3db0a22c2e509e650f 100644
|
| --- a/Source/core/editing/FrameSelection.cpp
|
| +++ b/Source/core/editing/FrameSelection.cpp
|
| @@ -1902,7 +1902,7 @@ void DragCaretController::paintDragCaret(Frame* frame, GraphicsContext* p, const
|
| paintCaret(m_position.deepEquivalent().deprecatedNode(), p, paintOffset, clipRect);
|
| }
|
|
|
| -PassRefPtr<StylePropertySet> FrameSelection::copyTypingStyle() const
|
| +PassRefPtr<MutableStylePropertySet> FrameSelection::copyTypingStyle() const
|
| {
|
| if (!m_typingStyle || !m_typingStyle->style())
|
| return 0;
|
|
|