Index: third_party/WebKit/Source/core/editing/markers/EditingMarkerList.h |
diff --git a/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.h b/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.h |
index 7560feaf4c228e4801baa3d51282cb5b18d58187..8459833d30d6f24c83fb97c5f7dc7662fbe75e08 100644 |
--- a/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.h |
+++ b/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.h |
@@ -27,8 +27,6 @@ class CORE_EXPORT EditingMarkerList : public DocumentMarkerList { |
void add(DocumentMarker*) override; |
void clear() final; |
- DECLARE_VIRTUAL_TRACE(); |
- |
protected: |
// TODO(rlanday): determine if/when we should sort the marker list to improve |
// performance |