X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Ftext%2FBidiTextRun.h;h=37d08720a5a9813d9d09d611d45aa2e95873427a;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=fdddc86ed428ddce02b355de68a3bd3a30a7226e;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/text/BidiTextRun.h b/src/third_party/WebKit/Source/platform/text/BidiTextRun.h index fdddc86..37d0872 100644 --- a/src/third_party/WebKit/Source/platform/text/BidiTextRun.h +++ b/src/third_party/WebKit/Source/platform/text/BidiTextRun.h @@ -35,12 +35,12 @@ #include "platform/text/TextRun.h" #include "wtf/text/WTFString.h" -namespace WebCore { +namespace blink { PLATFORM_EXPORT TextDirection directionForRun(TextRun&, bool& hasStrongDirectionality); PLATFORM_EXPORT TextDirection determineDirectionality(const String& value, bool& hasStrongDirectionality); PLATFORM_EXPORT TextRun textRunWithDirectionality(const String& value, bool& hasStrongDirectionality); -} // namespace WebCore +} // namespace blink #endif // BidiTextRun_h