| Index: Source/core/inspector/WorkerDebuggerAgent.cpp
|
| diff --git a/Source/core/inspector/WorkerDebuggerAgent.cpp b/Source/core/inspector/WorkerDebuggerAgent.cpp
|
| index a00ef8fb8af5fa6b0a2465e8db7ae7d39b0aef5f..083f5dd86ab284aa9ee9be03cf8c6b148b5cde14 100644
|
| --- a/Source/core/inspector/WorkerDebuggerAgent.cpp
|
| +++ b/Source/core/inspector/WorkerDebuggerAgent.cpp
|
| @@ -33,8 +33,8 @@
|
| #include "WorkerDebuggerAgent.h"
|
|
|
| #include "ScriptDebugServer.h"
|
| -#include "WorkerContext.h"
|
| -#include "WorkerThread.h"
|
| +#include "core/workers/WorkerContext.h"
|
| +#include "core/workers/WorkerThread.h"
|
| #include <wtf/MessageQueue.h>
|
|
|
| namespace WebCore {
|
|
|