| Index: Source/modules/accessibility/AXTableColumn.h
|
| diff --git a/Source/modules/accessibility/AXTableColumn.h b/Source/modules/accessibility/AXTableColumn.h
|
| index 2325ac6c5beea0dff9d8eb57cc1043d8a8555d93..70d664979844f6b414979d4f838084cc845b6831 100644
|
| --- a/Source/modules/accessibility/AXTableColumn.h
|
| +++ b/Source/modules/accessibility/AXTableColumn.h
|
| @@ -44,7 +44,7 @@ private:
|
| explicit AXTableColumn(AXObjectCacheImpl&);
|
|
|
| public:
|
| - static PassRefPtr<AXTableColumn> create(AXObjectCacheImpl&);
|
| + static PassRefPtrWillBeRawPtr<AXTableColumn> create(AXObjectCacheImpl&);
|
| virtual ~AXTableColumn();
|
|
|
| // retrieves the topmost "column" header (th)
|
|
|