| Index: Source/web/PopupContainer.cpp
|
| diff --git a/Source/web/PopupContainer.cpp b/Source/web/PopupContainer.cpp
|
| index 65b12be621aa4252fb1bd933d346b92e91cbd503..3015cb7dbd73345062a927e426d3cc3515a3dc8e 100644
|
| --- a/Source/web/PopupContainer.cpp
|
| +++ b/Source/web/PopupContainer.cpp
|
| @@ -55,7 +55,7 @@
|
| #include "web/WebViewImpl.h"
|
| #include <limits>
|
|
|
| -using namespace WebCore;
|
| +using namespace blink;
|
|
|
| namespace blink {
|
|
|
| @@ -493,7 +493,7 @@ void PopupContainer::getPopupMenuInfo(WebPopupMenuInfo* info)
|
|
|
| outputItem.label = inputItem.label;
|
| outputItem.enabled = inputItem.enabled;
|
| - if (inputItem.textDirection == WebCore::RTL)
|
| + if (inputItem.textDirection == blink::RTL)
|
| outputItem.textDirection = WebTextDirectionRightToLeft;
|
| else
|
| outputItem.textDirection = WebTextDirectionLeftToRight;
|
|
|