| Index: Source/core/events/GenericEventQueue.cpp
|
| diff --git a/Source/core/events/GenericEventQueue.cpp b/Source/core/events/GenericEventQueue.cpp
|
| index ef3d81a44ef3e733b20bc226773397470d3d0f59..dd038b5b48ea181c95b209ad3d0afe6283b6bee5 100644
|
| --- a/Source/core/events/GenericEventQueue.cpp
|
| +++ b/Source/core/events/GenericEventQueue.cpp
|
| @@ -28,7 +28,7 @@
|
| #include "core/events/GenericEventQueue.h"
|
|
|
| #include "core/events/Event.h"
|
| -#include "platform/TraceEvent.h"
|
| +#include "wtf/TraceEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|