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