Index: Source/platform/TestingPlatformSupport.cpp |
diff --git a/Source/platform/TestingPlatformSupport.cpp b/Source/platform/TestingPlatformSupport.cpp |
index 366766bd7aed8a1e9b88dcceea1155fb503c4f4c..3000c38c1b10b70019aa449d8d31a6cce10e3d13 100644 |
--- a/Source/platform/TestingPlatformSupport.cpp |
+++ b/Source/platform/TestingPlatformSupport.cpp |
@@ -32,7 +32,7 @@ |
#include "platform/TestingPlatformSupport.h" |
-namespace WebCore { |
+namespace blink { |
TestingDiscardableMemory::TestingDiscardableMemory(size_t size) : m_data(size), m_isLocked(true) |
{ |
@@ -90,4 +90,4 @@ const unsigned char* TestingPlatformSupport::getTraceCategoryEnabledFlag(const c |
return &tracingIsDisabled; |
} |
-} // namespace WebCore |
+} // namespace blink |