| Index: Source/core/editing/BreakBlockquoteCommand.cpp
|
| diff --git a/Source/core/editing/BreakBlockquoteCommand.cpp b/Source/core/editing/BreakBlockquoteCommand.cpp
|
| index 4245699a3c879add87bb29e510f058380386aa75..906492356f816e08db201323b9e848c0a86aa01d 100644
|
| --- a/Source/core/editing/BreakBlockquoteCommand.cpp
|
| +++ b/Source/core/editing/BreakBlockquoteCommand.cpp
|
| @@ -71,7 +71,7 @@ void BreakBlockquoteCommand::doApply()
|
| if (!topBlockquote || !topBlockquote->parentNode() || !topBlockquote->isElementNode())
|
| return;
|
|
|
| - RefPtr<Element> breakNode = createBreakElement(&document());
|
| + RefPtr<Element> breakNode = createBreakElement(document());
|
|
|
| bool isLastVisPosInNode = isLastVisiblePositionInNode(visiblePos, topBlockquote);
|
|
|
|
|