Index: Source/platform/PlatformThreadData.cpp |
diff --git a/Source/platform/PlatformThreadData.cpp b/Source/platform/PlatformThreadData.cpp |
index b23dbed9d8e0a82d135e81fc75b4aef15f82d420..bdb142a882655f3ca56b1c74b81edb981e2f6122 100644 |
--- a/Source/platform/PlatformThreadData.cpp |
+++ b/Source/platform/PlatformThreadData.cpp |
@@ -35,7 +35,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/ThreadSpecific.h" |
-namespace WebCore { |
+namespace blink { |
static ThreadSpecific<PlatformThreadData>* s_data; |
@@ -60,4 +60,4 @@ PlatformThreadData& PlatformThreadData::current() |
return **s_data; |
} |
-} // namespace WebCore |
+} // namespace blink |