| Index: Source/core/rendering/RenderListBox.cpp
|
| diff --git a/Source/core/rendering/RenderListBox.cpp b/Source/core/rendering/RenderListBox.cpp
|
| index bdf37888c5e188f5fc6b81b64f7e3b85d270407c..00c9a7a54b6543cd59fc98348bf8c44c9758d56a 100644
|
| --- a/Source/core/rendering/RenderListBox.cpp
|
| +++ b/Source/core/rendering/RenderListBox.cpp
|
| @@ -30,7 +30,7 @@
|
| #include "config.h"
|
| #include "RenderListBox.h"
|
|
|
| -#include "AXObjectCache.h"
|
| +#include <math.h>
|
| #include "CSSFontSelector.h"
|
| #include "Document.h"
|
| #include "DocumentEventQueue.h"
|
| @@ -42,8 +42,8 @@
|
| #include "FrameView.h"
|
| #include "GraphicsContext.h"
|
| #include "HTMLNames.h"
|
| -#include "HTMLOptionElement.h"
|
| #include "HTMLOptGroupElement.h"
|
| +#include "HTMLOptionElement.h"
|
| #include "HTMLSelectElement.h"
|
| #include "HitTestResult.h"
|
| #include "NodeRenderStyle.h"
|
| @@ -58,7 +58,7 @@
|
| #include "ScrollbarTheme.h"
|
| #include "SpatialNavigation.h"
|
| #include "StyleResolver.h"
|
| -#include <math.h>
|
| +#include "core/accessibility/AXObjectCache.h"
|
|
|
| using namespace std;
|
|
|
|
|