| Index: Source/modules/accessibility/AXSVGRoot.h
|
| diff --git a/Source/modules/accessibility/AXSVGRoot.h b/Source/modules/accessibility/AXSVGRoot.h
|
| index 33a62596e448384d172502b34610449afbd3b54a..0cb27c7082532f0da5398e62aa2a7ebfcb1168ab 100644
|
| --- a/Source/modules/accessibility/AXSVGRoot.h
|
| +++ b/Source/modules/accessibility/AXSVGRoot.h
|
| @@ -38,10 +38,10 @@ class AXObjectCacheImpl;
|
| class AXSVGRoot final : public AXLayoutObject {
|
|
|
| protected:
|
| - AXSVGRoot(LayoutObject*, AXObjectCacheImpl*);
|
| + AXSVGRoot(LayoutObject*, AXObjectCacheImpl&);
|
|
|
| public:
|
| - static PassRefPtr<AXSVGRoot> create(LayoutObject*, AXObjectCacheImpl*);
|
| + static PassRefPtr<AXSVGRoot> create(LayoutObject*, AXObjectCacheImpl&);
|
| virtual ~AXSVGRoot();
|
|
|
| void setParent(AXObject*) override;
|
|
|