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