| Index: Source/modules/accessibility/AXARIAGridCell.h
|
| diff --git a/Source/modules/accessibility/AXARIAGridCell.h b/Source/modules/accessibility/AXARIAGridCell.h
|
| index cc476b573d5256985bcb6d5545b7280d3f1f14a7..4b759201ee7f08b3ef4e4f457c1dbd007bd79f47 100644
|
| --- a/Source/modules/accessibility/AXARIAGridCell.h
|
| +++ b/Source/modules/accessibility/AXARIAGridCell.h
|
| @@ -41,7 +41,7 @@ private:
|
| AXARIAGridCell(LayoutObject*, AXObjectCacheImpl&);
|
|
|
| public:
|
| - static PassRefPtr<AXARIAGridCell> create(LayoutObject*, AXObjectCacheImpl&);
|
| + static PassRefPtrWillBeRawPtr<AXARIAGridCell> create(LayoutObject*, AXObjectCacheImpl&);
|
| virtual ~AXARIAGridCell();
|
|
|
| // fills in the start location and row span of cell
|
|
|