| Index: third_party/WebKit/Source/modules/accessibility/AXTable.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXTable.h b/third_party/WebKit/Source/modules/accessibility/AXTable.h
|
| index 5f357d56e9ddbb0b931f1aedb06d15b7f4537d3c..327fc4667e1d0edfce57399033096312e707a402 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXTable.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXTable.h
|
| @@ -39,6 +39,7 @@ class AXObjectCacheImpl;
|
| class AXTableCell;
|
|
|
| class MODULES_EXPORT AXTable : public AXLayoutObject {
|
| + WTF_MAKE_NONCOPYABLE(AXTable);
|
|
|
| protected:
|
| AXTable(LayoutObject*, AXObjectCacheImpl&);
|
|
|