| Index: Source/modules/accessibility/AXRenderObject.cpp
|
| diff --git a/Source/modules/accessibility/AXRenderObject.cpp b/Source/modules/accessibility/AXRenderObject.cpp
|
| index c8d0680c506a3da092033613e43978507e8c0558..a80be416aac11749b70aa93202b7e0d185064883 100644
|
| --- a/Source/modules/accessibility/AXRenderObject.cpp
|
| +++ b/Source/modules/accessibility/AXRenderObject.cpp
|
| @@ -49,13 +49,13 @@
|
| #include "core/html/shadow/ShadowElementNames.h"
|
| #include "core/layout/HitTestResult.h"
|
| #include "core/layout/Layer.h"
|
| +#include "core/layout/LayoutFieldset.h"
|
| #include "core/layout/LayoutHTMLCanvas.h"
|
| #include "core/layout/LayoutImage.h"
|
| #include "core/layout/LayoutPart.h"
|
| #include "core/layout/LayoutTextControlSingleLine.h"
|
| #include "core/loader/ProgressTracker.h"
|
| #include "core/page/Page.h"
|
| -#include "core/rendering/RenderFieldset.h"
|
| #include "core/rendering/RenderFileUploadControl.h"
|
| #include "core/rendering/RenderInline.h"
|
| #include "core/rendering/RenderListMarker.h"
|
|
|