| Index: Source/core/html/imports/HTMLImportTreeRoot.h
|
| diff --git a/Source/core/html/imports/HTMLImportTreeRoot.h b/Source/core/html/imports/HTMLImportTreeRoot.h
|
| index be30a5c552d96d84925e28bd3f5aff2b2043c174..73d2aa18e3ba5464a95b8e7184f47c0f408b7473 100644
|
| --- a/Source/core/html/imports/HTMLImportTreeRoot.h
|
| +++ b/Source/core/html/imports/HTMLImportTreeRoot.h
|
| @@ -42,7 +42,7 @@ private:
|
| Timer<HTMLImportTreeRoot> m_recalcTimer;
|
|
|
| // List of import which has been loaded or being loaded.
|
| - typedef WillBeHeapVector<OwnPtrWillBeMember<HTMLImportChild> > ImportList;
|
| + typedef WillBeHeapVector<OwnPtrWillBeMember<HTMLImportChild>> ImportList;
|
| ImportList m_imports;
|
| };
|
|
|
|
|