| Index: Source/platform/JSONValues.cpp
|
| diff --git a/Source/platform/JSONValues.cpp b/Source/platform/JSONValues.cpp
|
| index 0cb21c6e429e55334045b7f9bb759f23b6e77d8f..a9ddf8815a257f11c3af86e4538aa6717eb50a91 100644
|
| --- a/Source/platform/JSONValues.cpp
|
| +++ b/Source/platform/JSONValues.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -526,4 +526,4 @@ PassRefPtr<JSONValue> JSONArrayBase::get(size_t index)
|
| return m_data[index];
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|