Chromium Code Reviews| 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..1eb51be3880163147f11bf20793fa79a1e9940b7 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 { |
|
yosin_UTC9
2017/05/29 04:49:53
nit: s/{/final {/
|
| public: |
| using MarkerList = HeapVector<Member<DocumentMarker>>; |