| Index: third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| index f1ce42fbaa588df5de1f08f4c0760d08a3bfb6ac..dfca3eb82734ace434f4ca132dd0cf094d85a685 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| @@ -39,6 +39,7 @@ class AXObjectCacheImpl;
|
| class LayoutTableSection;
|
|
|
| class MODULES_EXPORT AXTableColumn final : public AXMockObject {
|
| + WTF_MAKE_NONCOPYABLE(AXTableColumn);
|
|
|
| private:
|
| explicit AXTableColumn(AXObjectCacheImpl&);
|
|
|