| Index: Source/modules/accessibility/AXSVGRoot.h
|
| diff --git a/Source/modules/accessibility/AXSVGRoot.h b/Source/modules/accessibility/AXSVGRoot.h
|
| index 0cb27c7082532f0da5398e62aa2a7ebfcb1168ab..a286b4906954f3c829ddeed94866d3aecf37e16c 100644
|
| --- a/Source/modules/accessibility/AXSVGRoot.h
|
| +++ b/Source/modules/accessibility/AXSVGRoot.h
|
| @@ -41,7 +41,7 @@ protected:
|
| AXSVGRoot(LayoutObject*, AXObjectCacheImpl&);
|
|
|
| public:
|
| - static PassRefPtr<AXSVGRoot> create(LayoutObject*, AXObjectCacheImpl&);
|
| + static PassRefPtrWillBeRawPtr<AXSVGRoot> create(LayoutObject*, AXObjectCacheImpl&);
|
| virtual ~AXSVGRoot();
|
|
|
| void setParent(AXObject*) override;
|
|
|