| Index: Source/platform/text/ParserUtilities.h
|
| diff --git a/Source/platform/text/ParserUtilities.h b/Source/platform/text/ParserUtilities.h
|
| index 6548759cccae5b180bbd0a7193f5adb5604c6860..f32bdd00900ad589b72d1bc666e13615c4f51661 100644
|
| --- a/Source/platform/text/ParserUtilities.h
|
| +++ b/Source/platform/text/ParserUtilities.h
|
| @@ -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)
|
|
|