Index: Source/core/workers/WorkerMessagingProxy.cpp |
diff --git a/Source/core/workers/WorkerMessagingProxy.cpp b/Source/core/workers/WorkerMessagingProxy.cpp |
index 1275e04511ea18a412a9a92372e9b7ac6c3e52ae..4b9f8799b0a213bd640b50675acb8e39d81f7e05 100644 |
--- a/Source/core/workers/WorkerMessagingProxy.cpp |
+++ b/Source/core/workers/WorkerMessagingProxy.cpp |
@@ -31,21 +31,21 @@ |
#include "ContentSecurityPolicy.h" |
#include "CrossThreadTask.h" |
+#include "DOMWindow.h" |
#include "DedicatedWorkerContext.h" |
#include "DedicatedWorkerThread.h" |
-#include "DOMWindow.h" |
#include "Document.h" |
#include "ErrorEvent.h" |
#include "ExceptionCode.h" |
#include "InspectorInstrumentation.h" |
#include "MessageEvent.h" |
-#include "NotImplemented.h" |
#include "PageGroup.h" |
#include "ScriptCallStack.h" |
#include "ScriptExecutionContext.h" |
#include "Worker.h" |
#include "WorkerDebuggerAgent.h" |
#include "WorkerInspectorController.h" |
+#include "core/platform/NotImplemented.h" |
#include <wtf/MainThread.h> |
namespace WebCore { |