| Index: Source/modules/accessibility/AXSVGRoot.h
|
| diff --git a/Source/modules/accessibility/AXSVGRoot.h b/Source/modules/accessibility/AXSVGRoot.h
|
| index 11a8653cbf554a437101acb12df112afa727e8aa..312f33a8073b88293ad549ae8fa1d15ef773cf6d 100644
|
| --- a/Source/modules/accessibility/AXSVGRoot.h
|
| +++ b/Source/modules/accessibility/AXSVGRoot.h
|
| @@ -33,12 +33,15 @@
|
|
|
| namespace blink {
|
|
|
| +class AXObjectCache;
|
| +
|
| class AXSVGRoot final : public AXRenderObject {
|
|
|
| protected:
|
| - explicit AXSVGRoot(RenderObject*);
|
| + AXSVGRoot(RenderObject*, AXObjectCache*);
|
| +
|
| public:
|
| - static PassRefPtr<AXSVGRoot> create(RenderObject*);
|
| + static PassRefPtr<AXSVGRoot> create(RenderObject*, AXObjectCache*);
|
| virtual ~AXSVGRoot();
|
|
|
| void setParent(AXObject*) override;
|
|
|