| Index: third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| index 7d8ecade5e7388b2a78aa8883a5e8470dd856945..dc7f2fea8b9aae2e1a8d7bb850e3b80752a89e45 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| @@ -139,7 +139,7 @@ AXObject* AXObjectCacheImpl::focusedImageMapUIElement(HTMLAreaElement* areaEleme
|
| if (!axLayoutImage)
|
| return 0;
|
|
|
| - const AXObject::AccessibilityChildrenVector& imageChildren = axLayoutImage->children();
|
| + const AXObject::AXObjectVector& imageChildren = axLayoutImage->children();
|
| unsigned count = imageChildren.size();
|
| for (unsigned k = 0; k < count; ++k) {
|
| AXObject* child = imageChildren[k];
|
|
|