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

Unified Diff: third_party/WebKit/Source/core/editing/markers/EditingMarkerList.cpp

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Uploading the latest version from my repo so I can reference it Created 3 years, 8 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/markers/EditingMarkerList.cpp
diff --git a/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.cpp b/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.cpp
index 3905f116b125d914eec36dd6086c5e126abac9d4..9b4f524910d34811b652f4e2f34610f0464520ab 100644
--- a/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.cpp
+++ b/third_party/WebKit/Source/core/editing/markers/EditingMarkerList.cpp
@@ -34,9 +34,4 @@ bool EditingMarkerList::markerListIsSorted() const {
return m_markersAreSorted;
}
-DEFINE_TRACE(EditingMarkerList) {
- visitor->trace(m_markers);
- DocumentMarkerList::trace(visitor);
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698