| Index: Source/modules/accessibility/AXTableCell.h
|
| diff --git a/Source/modules/accessibility/AXTableCell.h b/Source/modules/accessibility/AXTableCell.h
|
| index 620158fc886db0b37a2627703a2b52d185519e3b..f89683f734b342c05b0d2c1fad88aa45c9e1fb9f 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;
|
|
|