| Index: Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| diff --git a/Source/modules/accessibility/AXObjectCacheImpl.cpp b/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| index bf73374d6bc6fa603bb522baabcaf56fcd6223d8..d21847ac19bd17713eadca551493aca77d784c4d 100644
|
| --- a/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| +++ b/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| @@ -282,7 +282,7 @@ PassRefPtr<AXObject> AXObjectCacheImpl::createFromRenderer(LayoutObject* rendere
|
| return AXSVGRoot::create(renderer, this);
|
|
|
| if (renderer->isBoxModelObject()) {
|
| - RenderBoxModelObject* cssBox = toRenderBoxModelObject(renderer);
|
| + LayoutBoxModelObject* cssBox = toLayoutBoxModelObject(renderer);
|
| if (cssBox->isListBox())
|
| return AXListBox::create(toRenderListBox(cssBox), this);
|
| if (cssBox->isMenuList())
|
|
|