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