| Index: Source/web/TextFinder.cpp
|
| diff --git a/Source/web/TextFinder.cpp b/Source/web/TextFinder.cpp
|
| index a9873e0f608b5bd559f47631041bc89ac0c9a26f..112c9436d7703a42ed4c150f35be556218459fc7 100644
|
| --- a/Source/web/TextFinder.cpp
|
| +++ b/Source/web/TextFinder.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;
|
|
|
|
|