| 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 7a2642b18885004ed7927cdef497872a9b95c707..788b052ed0454ef2ae36e5ad2cf0760684d974a9 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,
|
|
|