| Index: Source/platform/text/TextBoundaries.cpp
|
| diff --git a/Source/platform/text/TextBoundaries.cpp b/Source/platform/text/TextBoundaries.cpp
|
| index b31afb267bd5907b82f26d374ae790b5f33e8ab3..ccf3c8bada303ec92e38d65c445697dff93b842d 100644
|
| --- a/Source/platform/text/TextBoundaries.cpp
|
| +++ b/Source/platform/text/TextBoundaries.cpp
|
| @@ -33,7 +33,7 @@
|
| using namespace WTF;
|
| using namespace Unicode;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| int endOfFirstWordBoundaryContext(const UChar* characters, int length)
|
| {
|
| @@ -100,4 +100,4 @@ void findWordBoundary(const UChar* chars, int len, int position, int* start, int
|
| }
|
|
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|