| Index: Source/modules/accessibility/AXARIAGridCell.h
|
| diff --git a/Source/modules/accessibility/AXARIAGridCell.h b/Source/modules/accessibility/AXARIAGridCell.h
|
| index a5ec4cc5f0dd00e1c988596d84e0b0e3b93bb405..4e5c5310db435228414d1ce585ba506cc5e3297b 100644
|
| --- a/Source/modules/accessibility/AXARIAGridCell.h
|
| +++ b/Source/modules/accessibility/AXARIAGridCell.h
|
| @@ -38,10 +38,10 @@ class AXObjectCacheImpl;
|
| class AXARIAGridCell final : public AXTableCell {
|
|
|
| private:
|
| - AXARIAGridCell(RenderObject*, AXObjectCacheImpl*);
|
| + AXARIAGridCell(LayoutObject*, AXObjectCacheImpl*);
|
|
|
| public:
|
| - static PassRefPtr<AXARIAGridCell> create(RenderObject*, AXObjectCacheImpl*);
|
| + static PassRefPtr<AXARIAGridCell> create(LayoutObject*, AXObjectCacheImpl*);
|
| virtual ~AXARIAGridCell();
|
|
|
| // fills in the start location and row span of cell
|
|
|