| Index: Source/core/workers/Worker.cpp
|
| diff --git a/Source/core/workers/Worker.cpp b/Source/core/workers/Worker.cpp
|
| index b3777cd48c56fe325dace5c54afd743cf29eb0f9..cd1d10228e4b9890e8ad2cf078177d8d3dbae5d8 100644
|
| --- a/Source/core/workers/Worker.cpp
|
| +++ b/Source/core/workers/Worker.cpp
|
| @@ -30,9 +30,7 @@
|
|
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "core/dom/Document.h"
|
| -#include "core/events/EventListener.h"
|
| #include "core/events/MessageEvent.h"
|
| -#include "core/events/ThreadLocalEventNames.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/frame/DOMWindow.h"
|
|
|