| Index: third_party/WebKit/Source/modules/accessibility/AXList.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXList.h b/third_party/WebKit/Source/modules/accessibility/AXList.h
|
| index aa73f62a105e07eb4c9e7b520adbc7acd39bd4f0..3d126afd8598fe9e8d130f2b8ffaf83dcce2f87e 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXList.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXList.h
|
| @@ -36,6 +36,7 @@ namespace blink {
|
| class AXObjectCacheImpl;
|
|
|
| class AXList final : public AXLayoutObject {
|
| + WTF_MAKE_NONCOPYABLE(AXList);
|
|
|
| private:
|
| AXList(LayoutObject*, AXObjectCacheImpl&);
|
|
|