Index: Source/core/dom/MessagePort.cpp |
=================================================================== |
--- Source/core/dom/MessagePort.cpp (revision 159156) |
+++ Source/core/dom/MessagePort.cpp (working copy) |
@@ -30,9 +30,9 @@ |
#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "core/dom/Document.h" |
-#include "core/events/EventNames.h" |
+#include "core/dom/EventNames.h" |
#include "core/dom/ExceptionCode.h" |
-#include "core/events/MessageEvent.h" |
+#include "core/dom/MessageEvent.h" |
#include "core/page/DOMWindow.h" |
#include "core/workers/WorkerGlobalScope.h" |
#include "wtf/text/AtomicString.h" |