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

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

Powered by Google App Engine
This is Rietveld 408576698