| Index: Source/platform/text/BidiResolver.h
|
| diff --git a/Source/platform/text/BidiResolver.h b/Source/platform/text/BidiResolver.h
|
| index f061fa72075297e3dd94eb7d869bc85fca08b5ef..ec122d370f4f7940b575213ae965568148c7efcf 100644
|
| --- a/Source/platform/text/BidiResolver.h
|
| +++ b/Source/platform/text/BidiResolver.h
|
| @@ -31,7 +31,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class RenderObject;
|
|
|
| @@ -1082,6 +1082,6 @@ MidpointState<Iterator> BidiResolver<Iterator, Run>::midpointStateForIsolatedRun
|
| }
|
|
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // BidiResolver_h
|
|
|