| 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 d4d1f9b32f00e9fa744e3127bc251ca94a08c672..471e187d4a7ca5a6c4927b8fc233d85365fd9628 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| @@ -156,10 +156,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,
|
|
|