| Index: Source/modules/accessibility/AXARIAGridRow.cpp
|
| diff --git a/Source/modules/accessibility/AXARIAGridRow.cpp b/Source/modules/accessibility/AXARIAGridRow.cpp
|
| index 957bd91741072d95c970b584bcbbc69cf4b955cc..5f86a937d686452eeb25025a86d77b8af893fd69 100644
|
| --- a/Source/modules/accessibility/AXARIAGridRow.cpp
|
| +++ b/Source/modules/accessibility/AXARIAGridRow.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace blink {
|
|
|
| -AXARIAGridRow::AXARIAGridRow(RenderObject* renderer, AXObjectCacheImpl* axObjectCache)
|
| +AXARIAGridRow::AXARIAGridRow(LayoutObject* renderer, AXObjectCacheImpl* axObjectCache)
|
| : AXTableRow(renderer, axObjectCache)
|
| {
|
| }
|
| @@ -44,7 +44,7 @@ AXARIAGridRow::~AXARIAGridRow()
|
| {
|
| }
|
|
|
| -PassRefPtr<AXARIAGridRow> AXARIAGridRow::create(RenderObject* renderer, AXObjectCacheImpl* axObjectCache)
|
| +PassRefPtr<AXARIAGridRow> AXARIAGridRow::create(LayoutObject* renderer, AXObjectCacheImpl* axObjectCache)
|
| {
|
| return adoptRef(new AXARIAGridRow(renderer, axObjectCache));
|
| }
|
|
|