| Index: Source/modules/accessibility/AXTableColumn.h
|
| diff --git a/Source/modules/accessibility/AXTableColumn.h b/Source/modules/accessibility/AXTableColumn.h
|
| index 2b3a7f0a82dc80f9dbf633512f4bf85cef58cbd1..311b201a12800998b9bb25face8ed8b063810848 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)
|
|
|