| Index: Source/platform/text/BidiRunList.h
|
| diff --git a/Source/platform/text/BidiRunList.h b/Source/platform/text/BidiRunList.h
|
| index 69707ea39ad01acccdeea676db0992ff4ea8da3e..bfaaab0de9cc576609802973d6cda072e7a29716 100644
|
| --- a/Source/platform/text/BidiRunList.h
|
| +++ b/Source/platform/text/BidiRunList.h
|
| @@ -26,7 +26,7 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| template <class Run>
|
| class BidiRunList {
|
| @@ -248,6 +248,6 @@ void BidiRunList<Run>::reverseRuns(unsigned start, unsigned end)
|
| m_lastRun = startRun;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // BidiRunList
|
|
|