| Index: Source/platform/text/DecodeEscapeSequences.h
|
| diff --git a/Source/platform/text/DecodeEscapeSequences.h b/Source/platform/text/DecodeEscapeSequences.h
|
| index 81b43e3c3887cf52758f839129c6990b0df8a978..ecde700a679fbe4570515efc0d7efb1c251b0f2a 100644
|
| --- a/Source/platform/text/DecodeEscapeSequences.h
|
| +++ b/Source/platform/text/DecodeEscapeSequences.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/text/StringBuilder.h"
|
| #include "wtf/text/TextEncoding.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // See <http://en.wikipedia.org/wiki/Percent-encoding#Non-standard_implementations>.
|
| struct Unicode16BitEscapeSequence {
|
| @@ -153,6 +153,6 @@ String decodeEscapeSequences(const String& string, const WTF::TextEncoding& enco
|
| return result.toString();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DecodeEscapeSequences_h
|
|
|