| Index: Source/modules/accessibility/AXARIAGridRow.h
|
| diff --git a/Source/modules/accessibility/AXARIAGridRow.h b/Source/modules/accessibility/AXARIAGridRow.h
|
| index 5bdbcfe2ceb1a1d0b3f1e6e975d2c93fb4d43469..60d940f6df9477bb94a2718e526dcbe8b0940e00 100644
|
| --- a/Source/modules/accessibility/AXARIAGridRow.h
|
| +++ b/Source/modules/accessibility/AXARIAGridRow.h
|
| @@ -33,12 +33,15 @@
|
|
|
| namespace blink {
|
|
|
| +class AXObjectCache;
|
| +
|
| class AXARIAGridRow final : public AXTableRow {
|
|
|
| private:
|
| - explicit AXARIAGridRow(RenderObject*);
|
| + AXARIAGridRow(RenderObject*, AXObjectCache*);
|
| +
|
| public:
|
| - static PassRefPtr<AXARIAGridRow> create(RenderObject*);
|
| + static PassRefPtr<AXARIAGridRow> create(RenderObject*, AXObjectCache*);
|
| virtual ~AXARIAGridRow();
|
|
|
| virtual AXObject* headerObject() override;
|
|
|