Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2042)

Unified Diff: Source/platform/Partitions.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/Partitions.h ('k') | Source/platform/PasteMode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/Partitions.h ('k') | Source/platform/PasteMode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698