| 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 24b31ae9634242c48aa1d60a9b4b3cea9e155425..29d0de54350b1af92329bc83296150ba65e8ad5f 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| @@ -140,7 +140,7 @@ AXObjectImpl* AXObjectCacheImpl::FocusedImageMapUIElement(
|
| if (!ax_layout_image)
|
| return 0;
|
|
|
| - const AXObjectImpl::AXObjectVector& image_children =
|
| + const AXObjectImpl::AXObjectImplVector& image_children =
|
| ax_layout_image->Children();
|
| unsigned count = image_children.size();
|
| for (unsigned k = 0; k < count; ++k) {
|
|
|