Index: Source/platform/JSONValues.h |
diff --git a/Source/platform/JSONValues.h b/Source/platform/JSONValues.h |
index a0c6f8e14993e3bb5774c0dcd7a42f2089f75998..b8ba0c46c6069a61acf1e79da82700ded7270046 100644 |
--- a/Source/platform/JSONValues.h |
+++ b/Source/platform/JSONValues.h |
@@ -39,7 +39,7 @@ |
#include "wtf/text/StringHash.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class JSONArray; |
class JSONObject; |
@@ -314,6 +314,6 @@ public: |
using JSONArrayBase::end; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // !defined(JSONValues_h) |