Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXTableColumn.h

Issue 1996873002: AXObject is not copyable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more accessibility classes Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698