| Index: Source/modules/accessibility/AXARIAGridCell.cpp
|
| diff --git a/Source/modules/accessibility/AXARIAGridCell.cpp b/Source/modules/accessibility/AXARIAGridCell.cpp
|
| index 680fb94916c73814583b48717bbe53a0f704efb5..8bb16c403d5bbaecf8d45a4d386f87899aaf0c7b 100644
|
| --- a/Source/modules/accessibility/AXARIAGridCell.cpp
|
| +++ b/Source/modules/accessibility/AXARIAGridCell.cpp
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| -AXARIAGridCell::AXARIAGridCell(RenderObject* renderer, AXObjectCacheImpl* axObjectCache)
|
| +AXARIAGridCell::AXARIAGridCell(LayoutObject* renderer, AXObjectCacheImpl* axObjectCache)
|
| : AXTableCell(renderer, axObjectCache)
|
| {
|
| }
|
| @@ -45,7 +45,7 @@ AXARIAGridCell::~AXARIAGridCell()
|
| {
|
| }
|
|
|
| -PassRefPtr<AXARIAGridCell> AXARIAGridCell::create(RenderObject* renderer, AXObjectCacheImpl* axObjectCache)
|
| +PassRefPtr<AXARIAGridCell> AXARIAGridCell::create(LayoutObject* renderer, AXObjectCacheImpl* axObjectCache)
|
| {
|
| return adoptRef(new AXARIAGridCell(renderer, axObjectCache));
|
| }
|
|
|