Index: third_party/WebKit/Source/core/editing/markers/DocumentMarker.h |
diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h |
index 7ea4dbfdee54789b8289f6ca8e4c3cc25c39cc7b..491ea4e401f73541d6721743efb620fe2e5ed623 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h |
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h |
@@ -171,8 +171,8 @@ class CORE_EXPORT DocumentMarker : public GarbageCollected<DocumentMarker> { |
unsigned oldLength, |
unsigned newLength) const; |
- // Offset modifications are done by DocumentMarkerController. |
- // Other classes should not call following setters. |
+ // Offset modifications are done by DocumentMarkerController and subclasses of |
+ // DocumentMarkerList. Other classes should not call following setters. |
void setStartOffset(unsigned offset) { m_startOffset = offset; } |
void setEndOffset(unsigned offset) { m_endOffset = offset; } |
void shiftOffsets(int delta); |