| Index: Source/platform/text/BidiContext.cpp
|
| diff --git a/Source/platform/text/BidiContext.cpp b/Source/platform/text/BidiContext.cpp
|
| index 1fa5de3af3e065a2d5edee3bbce106a2d3473a41..29c00f942595e4b37c0848dda6f3018459dfb83c 100644
|
| --- a/Source/platform/text/BidiContext.cpp
|
| +++ b/Source/platform/text/BidiContext.cpp
|
| @@ -25,7 +25,7 @@
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| using namespace WTF::Unicode;
|
|
|
| @@ -110,4 +110,4 @@ bool operator==(const BidiContext& c1, const BidiContext& c2)
|
| return c2.parent() && *c1.parent() == *c2.parent();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|