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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXNodeObject.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/AXNodeObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
index 313d34de1a22d23f8bc6ef9a931dfa75a24c49e4..94ede588c89f177bc1ec74aea90251f11ffe1241 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -42,6 +42,7 @@ class LayoutRect;
class Node;
class MODULES_EXPORT AXNodeObject : public AXObject {
+ WTF_MAKE_NONCOPYABLE(AXNodeObject);
protected:
AXNodeObject(Node*, AXObjectCacheImpl&);

Powered by Google App Engine
This is Rietveld 408576698