| Index: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| index fe2cc96e7c865fa927412e989f7e154f8d228e82..61e79dbd555dc095b8a68f0502edcfc8d66f0809 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| @@ -46,6 +46,8 @@ class Node;
|
| class Widget;
|
|
|
| class MODULES_EXPORT AXLayoutObject : public AXNodeObject {
|
| + WTF_MAKE_NONCOPYABLE(AXLayoutObject);
|
| +
|
| protected:
|
| AXLayoutObject(LayoutObject*, AXObjectCacheImpl&);
|
|
|
|
|