Chromium Code Reviews| Index: Source/core/dom/ExecutionContext.cpp |
| diff --git a/Source/core/dom/ExecutionContext.cpp b/Source/core/dom/ExecutionContext.cpp |
| index 7e21b2bdb2f83d199f61ddf330202f6e21130f65..b801bf6eb9cbf14260bc4d21c0656e955b25323c 100644 |
| --- a/Source/core/dom/ExecutionContext.cpp |
| +++ b/Source/core/dom/ExecutionContext.cpp |
| @@ -37,7 +37,7 @@ |
| #include "core/inspector/InspectorInstrumentation.h" |
| #include "core/inspector/ScriptCallStack.h" |
| #include "core/workers/WorkerGlobalScope.h" |
| -#include "core/workers/WorkerThread.h" |
| +#include "core/workers/WorkerScript.h" |
|
kinuko
2015/05/08 01:33:21
not directly related to your CL, but is this inclu
sadrul
2015/05/08 02:08:00
Good catch. This doesn't actually seem to be used
|
| #include "wtf/MainThread.h" |
| namespace blink { |