| Index: Source/core/dom/DocumentMarker.h
|
| diff --git a/Source/core/dom/DocumentMarker.h b/Source/core/dom/DocumentMarker.h
|
| index d20cf0252101ad3b7e62c7ef63f491cf27c00173..c2465be89fe08a9f875081104a7aff109d46e9a0 100644
|
| --- a/Source/core/dom/DocumentMarker.h
|
| +++ b/Source/core/dom/DocumentMarker.h
|
| @@ -136,7 +136,7 @@ private:
|
| uint32_t m_hash;
|
| };
|
|
|
| -typedef WillBeHeapVector<RawPtrWillBeMember<DocumentMarker> > DocumentMarkerVector;
|
| +using DocumentMarkerVector = WillBeHeapVector<RawPtrWillBeMember<DocumentMarker>>;
|
|
|
| inline DocumentMarkerDetails* DocumentMarker::details() const
|
| {
|
|
|