| Index: Source/core/inspector/InspectorCSSAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.cpp b/Source/core/inspector/InspectorCSSAgent.cpp
|
| index ee326aa3206b27cd7204a85621bb42e08247696c..dce669be6bb3ac5634324c0a15b01f032f477bd6 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.cpp
|
| +++ b/Source/core/inspector/InspectorCSSAgent.cpp
|
| @@ -63,7 +63,6 @@
|
| #include "core/inspector/InstrumentingAgents.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/page/ContentSecurityPolicy.h"
|
| -#include "core/platform/JSONValues.h"
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/GlyphBuffer.h"
|
| #include "core/platform/graphics/TextRun.h"
|
| @@ -73,6 +72,7 @@
|
| #include "core/rendering/RenderRegion.h"
|
| #include "core/rendering/RenderText.h"
|
| #include "core/rendering/RenderTextFragment.h"
|
| +#include "platform/JSONValues.h"
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/Vector.h"
|
|
|