| Index: Source/core/dom/ScriptExecutionContext.h
|
| diff --git a/Source/core/dom/ScriptExecutionContext.h b/Source/core/dom/ScriptExecutionContext.h
|
| index 56bff4f6989cab69e67ac54c1b0d47c7c0a61ea9..ce3d82e9ce21b1684897ed07874d8be763be6eac 100644
|
| --- a/Source/core/dom/ScriptExecutionContext.h
|
| +++ b/Source/core/dom/ScriptExecutionContext.h
|
| @@ -30,9 +30,9 @@
|
|
|
| #include "ActiveDOMObject.h"
|
| #include "ConsoleTypes.h"
|
| -#include "KURL.h"
|
| #include "SecurityContext.h"
|
| -#include "Supplementable.h"
|
| +#include "core/platform/KURL.h"
|
| +#include "core/platform/Supplementable.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/HashSet.h>
|
| #include <wtf/Noncopyable.h>
|
|
|