| Index: Source/core/dom/MessagePort.cpp
|
| diff --git a/Source/core/dom/MessagePort.cpp b/Source/core/dom/MessagePort.cpp
|
| index dec07cf973073b37aef9f998f5b34634bff20ef9..d2ea40027b18e3d0b1c60451f17b47aa779bc1d1 100644
|
| --- a/Source/core/dom/MessagePort.cpp
|
| +++ b/Source/core/dom/MessagePort.cpp
|
| @@ -33,9 +33,7 @@
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/MessageEvent.h"
|
| #include "core/page/DOMWindow.h"
|
| -#include "core/platform/Timer.h"
|
| #include "core/workers/WorkerContext.h"
|
| -#include "weborigin/SecurityOrigin.h"
|
|
|
| namespace WebCore {
|
|
|
|
|