| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| index 21d0a7b64ca3aca9f9ee5bd041aeebd7fa2deae1..56ff069d4dc3269c984b5517e04accd9665028c2 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.cpp
|
| @@ -1729,7 +1729,7 @@ bool CompositeEditCommand::BreakOutOfEmptyMailBlockquotedParagraph(
|
|
|
| GetDocument().UpdateStyleAndLayoutIgnorePendingStylesheets();
|
|
|
| - VisiblePosition at_br = VisiblePosition::BeforeNode(br);
|
| + VisiblePosition at_br = VisiblePosition::BeforeNode(*br);
|
| // If the br we inserted collapsed, for example:
|
| // foo<br><blockquote>...</blockquote>
|
| // insert a second one.
|
|
|