Index: third_party/WebKit/Source/platform/PODFreeListArena.h |
diff --git a/third_party/WebKit/Source/platform/PODFreeListArena.h b/third_party/WebKit/Source/platform/PODFreeListArena.h |
index 5f80da9434ee0fa3c58af3839ff827672f3190cc..1c0d5e378d51aa604190544f0e12c056628c3c12 100644 |
--- a/third_party/WebKit/Source/platform/PODFreeListArena.h |
+++ b/third_party/WebKit/Source/platform/PODFreeListArena.h |
@@ -107,8 +107,8 @@ class PODFreeListArena : public RefCounted<PODFreeListArena<T>> { |
RefPtr<PODArena> m_arena; |
- // This free list contains pointers within every chunk that's been allocated so |
- // far. None of the individual chunks can be freed until the arena is |
+ // This free list contains pointers within every chunk that's been allocated |
+ // so far. None of the individual chunks can be freed until the arena is |
// destroyed. |
struct FixedSizeMemoryChunk { |
DISALLOW_NEW(); |