Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / text / TextBreakIterator.cpp
index 60e193c..8dcb3eb 100644 (file)
@@ -22,7 +22,7 @@
 #include "config.h"
 #include "platform/text/TextBreakIterator.h"
 
-namespace WebCore {
+namespace blink {
 
 unsigned numGraphemeClusters(const String& string)
 {
@@ -67,4 +67,4 @@ unsigned numCharactersInGraphemeClusters(const String& string, unsigned numGraph
     return it.current();
 }
 
-} // namespace WebCore
+} // namespace blink