| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| index 4226bbfce7f34a1a2bceb4ebd11b3cb6154a07e9..92b5d9898c0c40232be17869a34466f6e00301a8 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| @@ -117,7 +117,8 @@ class CORE_EXPORT CompositeEditCommand : public EditCommand {
|
| explicit CompositeEditCommand(Document&);
|
|
|
| //
|
| - // sugary-sweet convenience functions to help create and apply edit commands in composite commands
|
| + // sugary-sweet convenience functions to help create and apply edit commands
|
| + // in composite commands
|
| //
|
| void appendNode(Node*, ContainerNode* parent, EditingState*);
|
| void applyCommandToComposite(EditCommand*, EditingState*);
|
|
|