| Index: Source/modules/accessibility/AXSVGRoot.h
|
| diff --git a/Source/modules/accessibility/AXSVGRoot.h b/Source/modules/accessibility/AXSVGRoot.h
|
| index 33a62596e448384d172502b34610449afbd3b54a..3dc3a7ce613745c9631cfbe9e28c0d2964b335d8 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;
|
|
|