| Index: Source/platform/text/BidiCharacterRun.h
|
| diff --git a/Source/platform/text/BidiCharacterRun.h b/Source/platform/text/BidiCharacterRun.h
|
| index 2f0048f47214edaca02369a41d19fa9439b2785f..126a9a94609a1c9da34df8a108c4b418b01eeb6e 100644
|
| --- a/Source/platform/text/BidiCharacterRun.h
|
| +++ b/Source/platform/text/BidiCharacterRun.h
|
| @@ -25,7 +25,7 @@
|
| #include "platform/text/BidiContext.h"
|
| #include "platform/text/TextDirection.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct BidiCharacterRun {
|
| BidiCharacterRun(int start, int stop, BidiContext* context, WTF::Unicode::Direction dir)
|
| @@ -75,6 +75,6 @@ struct BidiCharacterRun {
|
| int m_stop;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // BidiCharacterRun_h
|
|
|