| Index: Source/core/page/Page.cpp
|
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
|
| index a1d8d49d485e0f29f15a58df91f878a959a78500..caa4f9e4d93cc79d5e430331be3462216f3c4791 100644
|
| --- a/Source/core/page/Page.cpp
|
| +++ b/Source/core/page/Page.cpp
|
| @@ -21,6 +21,7 @@
|
| #include "Page.h"
|
|
|
| #include "AlternativeTextClient.h"
|
| +#include "AnimationController.h"
|
| #include "BackForwardController.h"
|
| #include "BackForwardList.h"
|
| #include "Chrome.h"
|
| @@ -32,6 +33,7 @@
|
| #include "DocumentMarkerController.h"
|
| #include "DocumentStyleSheetCollection.h"
|
| #include "DragController.h"
|
| +#include "Editor.h"
|
| #include "EditorClient.h"
|
| #include "Event.h"
|
| #include "EventNames.h"
|
|
|