| Index: Source/modules/accessibility/AXTable.h
|
| diff --git a/Source/modules/accessibility/AXTable.h b/Source/modules/accessibility/AXTable.h
|
| index 2086d8c4d4eba18a27a2006aa646aa58315962f8..f5db59c71d4c27f2a6e503e6bfae8ee119b9bc77 100644
|
| --- a/Source/modules/accessibility/AXTable.h
|
| +++ b/Source/modules/accessibility/AXTable.h
|
| @@ -41,10 +41,10 @@ class AXTableCell;
|
| class MODULES_EXPORT AXTable : public AXLayoutObject {
|
|
|
| protected:
|
| - AXTable(LayoutObject*, AXObjectCacheImpl*);
|
| + AXTable(LayoutObject*, AXObjectCacheImpl&);
|
|
|
| public:
|
| - static PassRefPtr<AXTable> create(LayoutObject*, AXObjectCacheImpl*);
|
| + static PassRefPtr<AXTable> create(LayoutObject*, AXObjectCacheImpl&);
|
| virtual ~AXTable();
|
|
|
| virtual void init() override final;
|
|
|