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