| Index: third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h b/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h
|
| index 367aef648d629c81f31dde1d8d40966164cb3a14..cec7726c44baf5d52f67b5d1f8d954724d0ae019 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXSVGRoot.h
|
| @@ -36,6 +36,7 @@ namespace blink {
|
| class AXObjectCacheImpl;
|
|
|
| class AXSVGRoot final : public AXLayoutObject {
|
| + WTF_MAKE_NONCOPYABLE(AXSVGRoot);
|
|
|
| protected:
|
| AXSVGRoot(LayoutObject*, AXObjectCacheImpl&);
|
|
|