Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1268)

Unified Diff: Source/web/PopupContainer.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/PopupContainer.h ('k') | Source/web/PopupListBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/web/PopupContainer.h ('k') | Source/web/PopupListBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698