| 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 4d74ea990dda4ca3ce5989906e448c1cc4d9f595..e86aa2f0d2eac4cc11b957e32ac040de0f3181c3 100644
 | 
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
 | 
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
 | 
| @@ -163,10 +163,6 @@ class CORE_EXPORT CompositeEditCommand : public EditCommand {
 | 
|                           unsigned count,
 | 
|                           const String& replacementText);
 | 
|    Position replaceSelectedTextInNode(const String&);
 | 
| -  void replaceTextInNodePreservingMarkers(Text*,
 | 
| -                                          unsigned offset,
 | 
| -                                          unsigned count,
 | 
| -                                          const String& replacementText);
 | 
|    Position positionOutsideTabSpan(const Position&);
 | 
|    void setNodeAttribute(Element*,
 | 
|                          const QualifiedName& attribute,
 | 
| 
 |