| Index: Source/platform/text/BidiContext.h
|
| diff --git a/Source/platform/text/BidiContext.h b/Source/platform/text/BidiContext.h
|
| index 3b79c10543ce369e2d45914a518707cda73e8f31..6d4b30fee2a2a9958738e0dab12d47ee620c441d 100644
|
| --- a/Source/platform/text/BidiContext.h
|
| +++ b/Source/platform/text/BidiContext.h
|
| @@ -29,7 +29,7 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/unicode/Unicode.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| enum BidiEmbeddingSource {
|
| FromStyleOrDOM,
|
| @@ -86,6 +86,6 @@ inline unsigned char nextGreaterEvenLevel(unsigned char level)
|
|
|
| PLATFORM_EXPORT bool operator==(const BidiContext&, const BidiContext&);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // BidiContext_h
|
|
|