| Index: LayoutTests/accessibility/non-data-table-cell-title-ui-element.html
|
| diff --git a/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html b/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html
|
| index 0d824408bb39438f69eb263da0177227f49b2db1..1fdc9a9a72a39b3763c876d4262a280e98e2a097 100644
|
| --- a/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html
|
| +++ b/LayoutTests/accessibility/non-data-table-cell-title-ui-element.html
|
| @@ -31,7 +31,7 @@
|
| body.focus();
|
| // get the <th>skip</th> element
|
| var group = accessibilityController.focusedElement.childAtIndex(5);
|
| - var titleUI = group.titleUIElement();
|
| + var titleUI = group.deprecatedTitleUIElement();
|
| var allAttributes = "";
|
| if (titleUI)
|
| allAttributes = titleUI.allAttributes();
|
|
|