Index: Source/platform/text/TextBreakIterator.cpp |
diff --git a/Source/platform/text/TextBreakIterator.cpp b/Source/platform/text/TextBreakIterator.cpp |
index 60e193c9eb0862f40a02e786ebd08ecba339cfa6..8dcb3eb1893bd7376e519a36b37f7f07fa1d1980 100644 |
--- a/Source/platform/text/TextBreakIterator.cpp |
+++ b/Source/platform/text/TextBreakIterator.cpp |
@@ -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 |