| Index: Source/WebCore/editing/ReplaceSelectionCommand.h
|
| diff --git a/Source/WebCore/editing/ReplaceSelectionCommand.h b/Source/WebCore/editing/ReplaceSelectionCommand.h
|
| index d39a9028f52bd22f2da2fe6b242a50f970af55f5..8ead639212cbcff4201e0cbccde4a0ccece1dd8a 100644
|
| --- a/Source/WebCore/editing/ReplaceSelectionCommand.h
|
| +++ b/Source/WebCore/editing/ReplaceSelectionCommand.h
|
| @@ -79,7 +79,7 @@ private:
|
| void updateNodesInserted(Node*);
|
| bool shouldRemoveEndBR(Node*, const VisiblePosition&);
|
|
|
| - bool shouldMergeStart(bool, bool, bool);
|
| + bool shouldMergeStart(bool, bool);
|
| bool shouldMergeEnd(bool selectionEndWasEndOfParagraph);
|
| bool shouldMerge(const VisiblePosition&, const VisiblePosition&);
|
|
|
|
|