Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / Partitions.h
index e1dd2ed..0400a8b 100644 (file)
@@ -34,7 +34,7 @@
 #include "platform/PlatformExport.h"
 #include "wtf/PartitionAlloc.h"
 
-namespace WebCore {
+namespace blink {
 
 class PLATFORM_EXPORT Partitions {
 public:
@@ -54,6 +54,6 @@ private:
     static SizeSpecificPartitionAllocator<1024> m_renderingAllocator;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // Partitions_h