| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
|
| index 5da062001d5e49e6e8e7205554b8ca205d648d68..f0ba08f2f806a96d2763fa996070526567f884c5 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h
|
| @@ -12,7 +12,7 @@ namespace blink {
|
|
|
| class DocumentMarker;
|
|
|
| -class DocumentMarkerListEditor {
|
| +class CORE_EXPORT DocumentMarkerListEditor final {
|
| public:
|
| using MarkerList = HeapVector<Member<DocumentMarker>>;
|
|
|
|
|