| Index: Source/web/WebFrameImpl.cpp
|
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp
|
| index 4fc38f19600ea2535cdb3a57cc34c404476d5486..83191758600cb9962dd7f9ce72abf05e86083ba8 100644
|
| --- a/Source/web/WebFrameImpl.cpp
|
| +++ b/Source/web/WebFrameImpl.cpp
|
| @@ -162,7 +162,6 @@
|
| #include "core/timing/Performance.h"
|
| #include "core/xml/DocumentXPathEvaluator.h"
|
| #include "core/xml/XPathResult.h"
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/clipboard/ClipboardUtilities.h"
|
| #include "platform/fonts/FontCache.h"
|
| @@ -186,6 +185,7 @@
|
| #include "public/platform/WebVector.h"
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/HashMap.h"
|
| +#include "wtf/TraceEvent.h"
|
|
|
| using namespace WebCore;
|
|
|
|
|