Index: Source/core/workers/WorkerMessagingProxy.cpp |
diff --git a/Source/core/workers/WorkerMessagingProxy.cpp b/Source/core/workers/WorkerMessagingProxy.cpp |
index 950ee3d929d2ecb264ce74c9e710f2cd4e23e308..ecd4557798e06177f335552bb1ebd79ef359bf76 100644 |
--- a/Source/core/workers/WorkerMessagingProxy.cpp |
+++ b/Source/core/workers/WorkerMessagingProxy.cpp |
@@ -31,8 +31,8 @@ |
#include "core/dom/CrossThreadTask.h" |
#include "core/dom/Document.h" |
-#include "core/dom/ErrorEvent.h" |
-#include "core/dom/MessageEvent.h" |
+#include "core/events/ErrorEvent.h" |
+#include "core/events/MessageEvent.h" |
#include "core/dom/ScriptExecutionContext.h" |
#include "core/inspector/InspectorInstrumentation.h" |
#include "core/inspector/ScriptCallStack.h" |