| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index c00c6a96e351f1e19d7339e058e0815e568b09d2..f4d02624ea659b65fe6da3f073730a61cd081a74 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -119,7 +119,6 @@
|
| #include "platform/ColorChooser.h"
|
| #include "platform/Cursor.h"
|
| #include "platform/Language.h"
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
| @@ -132,6 +131,7 @@
|
| #include "public/platform/WebLayer.h"
|
| #include "wtf/InstanceCounter.h"
|
| #include "wtf/PassOwnPtr.h"
|
| +#include "wtf/TraceEvent.h"
|
| #include "wtf/dtoa.h"
|
| #include "wtf/text/StringBuffer.h"
|
|
|
|
|