| Index: Source/core/editing/CompositeEditCommand.cpp
|
| diff --git a/Source/core/editing/CompositeEditCommand.cpp b/Source/core/editing/CompositeEditCommand.cpp
|
| index 34e26cfffcf0bcf403519c82bc13fc7827a1ea87..7485702169b85d935060ef09361dbc144ac548cd 100644
|
| --- a/Source/core/editing/CompositeEditCommand.cpp
|
| +++ b/Source/core/editing/CompositeEditCommand.cpp
|
| @@ -890,7 +890,7 @@ void CompositeEditCommand::removePlaceholderAt(const Position& p)
|
| PassRefPtr<Node> CompositeEditCommand::insertNewDefaultParagraphElementAt(const Position& position)
|
| {
|
| RefPtr<Element> paragraphElement = createDefaultParagraphElement(document());
|
| - paragraphElement->appendChild(createBreakElement(document()), IGNORE_EXCEPTION_STATE);
|
| + paragraphElement->appendChild(createBreakElement(document()), IGNORE_EXCEPTION);
|
| insertNodeAt(paragraphElement, position);
|
| return paragraphElement.release();
|
| }
|
|
|