Chromium Code Reviews| Index: Source/platform/PODArena.h |
| diff --git a/Source/platform/PODArena.h b/Source/platform/PODArena.h |
| index 604d513cf75a4a4bbba5b394600fc1275c43620b..c7498443f00b8833a8e762afde8030b240615294 100644 |
| --- a/Source/platform/PODArena.h |
| +++ b/Source/platform/PODArena.h |
| @@ -192,7 +192,7 @@ protected: |
| RefPtr<Allocator> m_allocator; |
| Chunk* m_current; |
| size_t m_currentChunkSize; |
| - Vector<OwnPtr<Chunk> > m_chunks; |
| + Vector<OwnPtr<Chunk>> m_chunks; |
| }; |
| } // namespace blink |