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

Unified Diff: third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h

Issue 2811083005: Add DocumentMarkerListEditor (Closed)
Patch Set: Fix test 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/DocumentMarkerList.h
diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
index 384b60b86ca4c4709389d181aa26d55fa091d42f..be39a963b8b5ab0c4d884732689b36fd45ff351a 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerList.h
@@ -10,7 +10,7 @@
namespace blink {
-class DocumentMarkerList
+class CORE_EXPORT DocumentMarkerList
: public GarbageCollectedFinalized<DocumentMarkerList> {
public:
DocumentMarkerList();

Powered by Google App Engine
This is Rietveld 408576698