| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| index 5ec547a9d7b4751aa5b7952da6470cd2cf8119f2..0b0f31528c57f39863b69b2e3f1b73d85fa6e95f 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
|
| @@ -73,7 +73,7 @@ class CORE_EXPORT DocumentMarkerController final
|
| bool thick,
|
| Color backgroundColor);
|
|
|
| - void copyMarkers(Node* srcNode,
|
| + void moveMarkers(Node* srcNode,
|
| unsigned startOffset,
|
| int length,
|
| Node* dstNode,
|
|
|