| Index: Source/modules/accessibility/AXTableCell.h
|
| diff --git a/Source/modules/accessibility/AXTableCell.h b/Source/modules/accessibility/AXTableCell.h
|
| index 5cfa753d71d42755196f5acc74fa0fbe20e04b40..7fe89f9f39ed6fc6465643c23d397f5ec3b79985 100644
|
| --- a/Source/modules/accessibility/AXTableCell.h
|
| +++ b/Source/modules/accessibility/AXTableCell.h
|
| @@ -41,7 +41,7 @@ protected:
|
| AXTableCell(LayoutObject*, AXObjectCacheImpl*);
|
|
|
| public:
|
| - static PassRefPtr<AXTableCell> create(LayoutObject*, AXObjectCacheImpl*);
|
| + static PassRefPtrWillBeRawPtr<AXTableCell> create(LayoutObject*, AXObjectCacheImpl*);
|
| virtual ~AXTableCell();
|
|
|
| virtual bool isTableCell() const override final;
|
|
|