Index: Source/core/accessibility/AXObjectCache.cpp |
diff --git a/Source/core/accessibility/AXObjectCache.cpp b/Source/core/accessibility/AXObjectCache.cpp |
index e516efecbe0ac21000bd9b1b01aad8beb195a59d..776f3f231934e434b1b4671dbfa9f336fa58170a 100644 |
--- a/Source/core/accessibility/AXObjectCache.cpp |
+++ b/Source/core/accessibility/AXObjectCache.cpp |
@@ -58,6 +58,7 @@ |
#include "Chrome.h" |
#include "ChromeClient.h" |
#include "Document.h" |
+#include "Editor.h" |
#include "FocusController.h" |
#include "Frame.h" |
#include "HTMLAreaElement.h" |
@@ -65,9 +66,6 @@ |
#include "HTMLInputElement.h" |
#include "HTMLLabelElement.h" |
#include "HTMLNames.h" |
-#if ENABLE(VIDEO) |
-#include "MediaControlElements.h" |
-#endif |
#include "Page.h" |
#include "RenderListBox.h" |
#include "RenderMenuList.h" |
@@ -78,9 +76,12 @@ |
#include "RenderTableRow.h" |
#include "RenderView.h" |
#include "ScrollView.h" |
- |
#include <wtf/PassRefPtr.h> |
+#if ENABLE(VIDEO) |
+#include "MediaControlElements.h" |
+#endif |
+ |
namespace WebCore { |
using namespace HTMLNames; |