Index: content/shell/renderer/test_runner/accessibility_controller.cc |
diff --git a/content/shell/renderer/test_runner/accessibility_controller.cc b/content/shell/renderer/test_runner/accessibility_controller.cc |
index 7bb156856c38e285e04c4a9e04c2d12d5752dd70..125f071d3f6ffa50f161747e3239f0d6eeeb7819 100644 |
--- a/content/shell/renderer/test_runner/accessibility_controller.cc |
+++ b/content/shell/renderer/test_runner/accessibility_controller.cc |
@@ -243,7 +243,7 @@ AccessibilityController::AccessibleElementById(const std::string& id) { |
if (root_element_.isNull()) |
root_element_ = web_view_->accessibilityObject(); |
- if (!root_element_.updateBackingStoreAndCheckValidity()) |
+ if (!root_element_.updateLayoutAndCheckValidity()) |
return v8::Handle<v8::Object>(); |
return FindAccessibleElementByIdRecursive( |