X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Ftext%2FParserUtilities.h;h=074a0a84796b61a50acad1d35aac237f5e9ecd2f;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=6548759cccae5b180bbd0a7193f5adb5604c6860;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/text/ParserUtilities.h b/src/third_party/WebKit/Source/platform/text/ParserUtilities.h index 6548759..074a0a8 100644 --- a/src/third_party/WebKit/Source/platform/text/ParserUtilities.h +++ b/src/third_party/WebKit/Source/platform/text/ParserUtilities.h @@ -24,7 +24,7 @@ #include "wtf/text/WTFString.h" -namespace WebCore { +namespace blink { template inline bool skipString(const CharType*& ptr, const CharType* end, const CharType* name, int length) @@ -63,6 +63,6 @@ inline bool skipString(const CharType*& ptr, const CharType* end, const char* st return true; } -} // namspace WebCore +} // namespace blink #endif // ParserUtilities_h