| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index 22a86c8c894068b032899a3bafb6a5b8bc8f0c4f..8b3ae53153bd07121f7a5ace1417ba4750f45ba0 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -25,17 +25,8 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "Internals.h"
|
| -
|
| -#include "InternalProfilers.h"
|
| -#include "InternalRuntimeFlags.h"
|
| -#include "InternalSettings.h"
|
| -#include "LayerRect.h"
|
| -#include "LayerRectList.h"
|
| -#include "MallocStatistics.h"
|
| -#include "MockPagePopupDriver.h"
|
| -#include "RuntimeEnabledFeatures.h"
|
| -#include "TypeConversions.h"
|
| +#include "core/testing/Internals.h"
|
| +
|
| #include "bindings/v8/ExceptionMessages.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/ScriptFunction.h"
|
| @@ -43,6 +34,7 @@
|
| #include "bindings/v8/ScriptPromiseResolver.h"
|
| #include "bindings/v8/SerializedScriptValue.h"
|
| #include "bindings/v8/V8ThrowException.h"
|
| +#include "core/InternalRuntimeFlags.h"
|
| #include "core/animation/AnimationTimeline.h"
|
| #include "core/css/StyleSheetContents.h"
|
| #include "core/css/resolver/StyleResolver.h"
|
| @@ -116,10 +108,18 @@
|
| #include "core/rendering/compositing/CompositedLayerMapping.h"
|
| #include "core/rendering/compositing/RenderLayerCompositor.h"
|
| #include "core/testing/GCObservation.h"
|
| +#include "core/testing/InternalProfilers.h"
|
| +#include "core/testing/InternalSettings.h"
|
| +#include "core/testing/LayerRect.h"
|
| +#include "core/testing/LayerRectList.h"
|
| +#include "core/testing/MallocStatistics.h"
|
| +#include "core/testing/MockPagePopupDriver.h"
|
| +#include "core/testing/TypeConversions.h"
|
| #include "core/workers/WorkerThread.h"
|
| #include "platform/ColorChooser.h"
|
| #include "platform/Cursor.h"
|
| #include "platform/Language.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/TraceEvent.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/geometry/LayoutRect.h"
|
|
|