| Index: Source/platform/JSONValues.cpp
|
| diff --git a/Source/core/platform/JSONValues.cpp b/Source/platform/JSONValues.cpp
|
| similarity index 99%
|
| rename from Source/core/platform/JSONValues.cpp
|
| rename to Source/platform/JSONValues.cpp
|
| index 667beddb20c9db9eaf1f437ba70a12e23f9cadf7..7ef920f4538e78a62b0dd915c65610f13e725a39 100644
|
| --- a/Source/core/platform/JSONValues.cpp
|
| +++ b/Source/platform/JSONValues.cpp
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/JSONValues.h"
|
| +#include "platform/JSONValues.h"
|
|
|
| #include "wtf/DecimalNumber.h"
|
| #include "wtf/dtoa.h"
|
|
|