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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXARIAGridCell.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/AXARIAGridCell.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXARIAGridCell.h b/third_party/WebKit/Source/modules/accessibility/AXARIAGridCell.h
index cc51327899c1f5af2c03fa632d10f4b2bb6cb13c..edc70ada0629e6f2c741d26157fd0fef64bf5cc3 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXARIAGridCell.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXARIAGridCell.h
@@ -36,6 +36,7 @@ namespace blink {
class AXObjectCacheImpl;
class AXARIAGridCell final : public AXTableCell {
+ WTF_MAKE_NONCOPYABLE(AXARIAGridCell);
private:
AXARIAGridCell(LayoutObject*, AXObjectCacheImpl&);

Powered by Google App Engine
This is Rietveld 408576698