| Index: Source/core/accessibility/AccessibilityTable.cpp
|
| diff --git a/Source/core/accessibility/AccessibilityTable.cpp b/Source/core/accessibility/AccessibilityTable.cpp
|
| index de07abe50ce73eafa81aa44f8479b0d862e784e5..856308948b178aa3f3706a8a2c7331ddd9fff3f8 100644
|
| --- a/Source/core/accessibility/AccessibilityTable.cpp
|
| +++ b/Source/core/accessibility/AccessibilityTable.cpp
|
| @@ -331,7 +331,7 @@ void AccessibilityTable::addChildren()
|
| return;
|
|
|
| RenderTable* table = toRenderTable(m_renderer);
|
| - AXObjectCache* axCache = m_renderer->document()->axObjectCache();
|
| + AXObjectCache* axCache = m_renderer->document().axObjectCache();
|
|
|
| // Go through all the available sections to pull out the rows and add them as children.
|
| table->recalcSectionsIfNeeded();
|
|
|