Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / SpaceSplitString.cpp
index 4bec8c0..14a73d6 100644 (file)
@@ -28,7 +28,7 @@
 
 using namespace WTF;
 
-namespace WebCore {
+namespace blink {
 
 template <typename CharacterType>
 static inline bool hasNonASCIIOrUpper(const CharacterType* characters, unsigned length)
@@ -203,4 +203,4 @@ SpaceSplitStringData::SpaceSplitStringData(const SpaceSplitStringData& other)
     // to be removed from the sharedDataMap().
 }
 
-} // namespace WebCore
+} // namespace blink