| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 95f79cbc724c033eeb430f97c5e0db39788b65c4..8929e4ebbad7e4a1b06f2da8a3fa600ad000d770 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -69,7 +69,6 @@
|
| #include "core/rendering/svg/RenderSVGRoot.h"
|
| #include "core/svg/SVGDocument.h"
|
| #include "core/svg/SVGSVGElement.h"
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/fonts/FontCache.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| @@ -79,6 +78,7 @@
|
| #include "platform/text/TextStream.h"
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/TemporaryChange.h"
|
| +#include "wtf/TraceEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|