Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / text / ParserUtilities.h
index 6548759..074a0a8 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 template<typename CharType>
 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