Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / WebTextRun.cpp
index a4e5f96..77fef2c 100644 (file)
 
 #include "platform/text/TextRun.h"
 
-using namespace WebCore;
-
 namespace blink {
 
-WebTextRun::operator WebCore::TextRun() const
+WebTextRun::operator TextRun() const
 {
     return TextRun(text, 0, 0, TextRun::AllowTrailingExpansion, rtl ? RTL : LTR, directionalOverride);
 }