X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Ftext%2FSurrogatePairAwareTextIterator.cpp;h=8f006f7f0d5698343051c199e291804266610e86;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=73007e4216c067b8f9e769058a7f41be850179b6;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp b/src/third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp index 73007e4..8f006f7 100644 --- a/src/third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp +++ b/src/third_party/WebKit/Source/platform/text/SurrogatePairAwareTextIterator.cpp @@ -28,7 +28,7 @@ using namespace WTF; using namespace Unicode; -namespace WebCore { +namespace blink { SurrogatePairAwareTextIterator::SurrogatePairAwareTextIterator(const UChar* characters, int currentCharacter, int lastCharacter, int endCharacter) : m_characters(characters)