| Index: Source/core/page/Page.cpp
|
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
|
| index 6c53a6433a1bff22c8db75c5e71b2988ff6b24e1..152ecb2801f8acda7f63564f3c4b7ca6bc5c102f 100644
|
| --- a/Source/core/page/Page.cpp
|
| +++ b/Source/core/page/Page.cpp
|
| @@ -20,22 +20,22 @@
|
| #include "config.h"
|
| #include "core/page/Page.h"
|
|
|
| -#include "ClientRectList.h"
|
| -#include "DocumentMarkerController.h"
|
| -#include "DocumentStyleSheetCollection.h"
|
| -#include "Event.h"
|
| -#include "EventNames.h"
|
| -#include "ExceptionCode.h"
|
| -#include "ExceptionCodePlaceholder.h"
|
| #include "HTMLElement.h"
|
| #include "InspectorController.h"
|
| #include "InspectorInstrumentation.h"
|
| #include "PluginData.h"
|
| #include "PluginViewBase.h"
|
| #include "ScriptController.h"
|
| -#include "VisitedLinkState.h"
|
| #include "VoidCallback.h"
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/dom/ClientRectList.h"
|
| +#include "core/dom/DocumentMarkerController.h"
|
| +#include "core/dom/DocumentStyleSheetCollection.h"
|
| +#include "core/dom/Event.h"
|
| +#include "core/dom/EventNames.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
| +#include "core/dom/VisitedLinkState.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/history/BackForwardController.h"
|
|
|