| Index: Source/core/dom/DocumentParser.h
|
| diff --git a/Source/core/dom/DocumentParser.h b/Source/core/dom/DocumentParser.h
|
| index 71e3c5fcc4dde0a8beec062fe8b3f39e51577b18..425fc23b82ed73bc4d3adb1790d262cd687c2066 100644
|
| --- a/Source/core/dom/DocumentParser.h
|
| +++ b/Source/core/dom/DocumentParser.h
|
| @@ -121,7 +121,7 @@ private:
|
| // m_document will be 0 after the parser is stopped.
|
| RawPtrWillBeMember<Document> m_document;
|
|
|
| - WillBeHeapHashSet<RawPtrWillBeWeakMember<DocumentParserClient> > m_clients;
|
| + WillBeHeapHashSet<RawPtrWillBeWeakMember<DocumentParserClient>> m_clients;
|
| };
|
|
|
| } // namespace blink
|
|
|