| Index: Source/platform/Partitions.cpp
|
| diff --git a/Source/platform/Partitions.cpp b/Source/platform/Partitions.cpp
|
| index 09db484b4cb5d299041b8549e5259985b70910b7..ff6bdf45c68977f00457b573611189e578cae52c 100644
|
| --- a/Source/platform/Partitions.cpp
|
| +++ b/Source/platform/Partitions.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "config.h"
|
| #include "platform/Partitions.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| SizeSpecificPartitionAllocator<3072> Partitions::m_objectModelAllocator;
|
| SizeSpecificPartitionAllocator<1024> Partitions::m_renderingAllocator;
|
| @@ -51,4 +51,4 @@ void Partitions::shutdown()
|
| (void) m_objectModelAllocator.shutdown();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|