| Index: Source/core/page/DOMTimer.cpp
|
| diff --git a/Source/core/page/DOMTimer.cpp b/Source/core/page/DOMTimer.cpp
|
| index 2d8185c34255188f3bf8a9fdde1225b6d93688e0..fa7055727f397b7a61eb998f15ec39b653fbc4f4 100644
|
| --- a/Source/core/page/DOMTimer.cpp
|
| +++ b/Source/core/page/DOMTimer.cpp
|
| @@ -29,8 +29,8 @@
|
|
|
| #include "InspectorInstrumentation.h"
|
| #include "ScheduledAction.h"
|
| -#include "ScriptExecutionContext.h"
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/dom/ScriptExecutionContext.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include <wtf/CurrentTime.h>
|
| #include <wtf/HashSet.h>
|
| #include <wtf/StdLibExtras.h>
|
|
|