Index: Source/core/dom/MessagePort.cpp |
diff --git a/Source/core/dom/MessagePort.cpp b/Source/core/dom/MessagePort.cpp |
index 9dc824a2afce011e5d326fefb95d50bb8daec657..1426ddbb83838edf1a951615f9760b4394c5ff7c 100644 |
--- a/Source/core/dom/MessagePort.cpp |
+++ b/Source/core/dom/MessagePort.cpp |
@@ -34,7 +34,7 @@ |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/ExecutionContext.h" |
#include "core/events/MessageEvent.h" |
-#include "core/frame/DOMWindow.h" |
+#include "core/frame/LocalDOMWindow.h" |
#include "core/workers/WorkerGlobalScope.h" |
#include "public/platform/WebString.h" |
#include "wtf/Functional.h" |