Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h

Issue 2692093003: Rewrite DocumentMarkerController to use SynchronousMutationObserver (Closed)
Patch Set: Fx tests to match current behavior of master Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698