| 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 412fe58f30589b86576f69af4a452ffddc00f797..f8307c23fd9e2c92ab1447957b3c8978bcaf309b 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| @@ -157,10 +157,6 @@ class CORE_EXPORT CompositeEditCommand : public EditCommand {
|
| unsigned count,
|
| const String& replacement_text);
|
| Position ReplaceSelectedTextInNode(const String&);
|
| - void ReplaceTextInNodePreservingMarkers(Text*,
|
| - unsigned offset,
|
| - unsigned count,
|
| - const String& replacement_text);
|
| Position PositionOutsideTabSpan(const Position&);
|
| void SetNodeAttribute(Element*,
|
| const QualifiedName& attribute,
|
|
|