| Index: Source/modules/accessibility/AXImageMapLink.cpp
|
| diff --git a/Source/modules/accessibility/AXImageMapLink.cpp b/Source/modules/accessibility/AXImageMapLink.cpp
|
| index c15dca87bd012a33115fd3d8af83a80f8d50325d..7619b35684791f25272097accd913cb2baa0396e 100644
|
| --- a/Source/modules/accessibility/AXImageMapLink.cpp
|
| +++ b/Source/modules/accessibility/AXImageMapLink.cpp
|
| @@ -129,7 +129,7 @@ LayoutRect AXImageMapLink::elementRect() const
|
| if (!m_mapElement.get() || !m_areaElement.get())
|
| return LayoutRect();
|
|
|
| - RenderObject* renderer;
|
| + LayoutObject* renderer;
|
| if (m_parent && m_parent->isAXRenderObject())
|
| renderer = toAXRenderObject(m_parent)->renderer();
|
| else
|
|
|