Index: Source/web/WebTextRun.cpp |
diff --git a/Source/web/WebTextRun.cpp b/Source/web/WebTextRun.cpp |
index a4e5f96c544923eaa62230dcce1c7c3001321999..74196a18a0707bd48d355d880133f753f819a1e8 100644 |
--- a/Source/web/WebTextRun.cpp |
+++ b/Source/web/WebTextRun.cpp |
@@ -33,11 +33,11 @@ |
#include "platform/text/TextRun.h" |
-using namespace WebCore; |
+using namespace blink; |
namespace blink { |
-WebTextRun::operator WebCore::TextRun() const |
+WebTextRun::operator blink::TextRun() const |
{ |
return TextRun(text, 0, 0, TextRun::AllowTrailingExpansion, rtl ? RTL : LTR, directionalOverride); |
} |