X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fweb%2FWebTextRun.cpp;h=77fef2cee42ab7049194b1e045bec3809144f8c2;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=a4e5f96c544923eaa62230dcce1c7c3001321999;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/web/WebTextRun.cpp b/src/third_party/WebKit/Source/web/WebTextRun.cpp index a4e5f96..77fef2c 100644 --- a/src/third_party/WebKit/Source/web/WebTextRun.cpp +++ b/src/third_party/WebKit/Source/web/WebTextRun.cpp @@ -33,11 +33,9 @@ #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); }