Index: Source/core/workers/WorkerGlobalScope.cpp |
diff --git a/Source/core/workers/WorkerGlobalScope.cpp b/Source/core/workers/WorkerGlobalScope.cpp |
index 3b509082c5c5829b093262e367e6fd3b92a4317e..d66e3b7e91fe5fb91820f405da6602bcbeb53e86 100644 |
--- a/Source/core/workers/WorkerGlobalScope.cpp |
+++ b/Source/core/workers/WorkerGlobalScope.cpp |
@@ -52,8 +52,8 @@ |
#include "core/workers/WorkerObjectProxy.h" |
#include "core/workers/WorkerScriptLoader.h" |
#include "core/workers/WorkerThread.h" |
-#include "weborigin/KURL.h" |
-#include "weborigin/SecurityOrigin.h" |
+#include "platform/weborigin/KURL.h" |
+#include "platform/weborigin/SecurityOrigin.h" |
#include "wtf/RefPtr.h" |
#include "wtf/UnusedParam.h" |