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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXRadioInput.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/AXRadioInput.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXRadioInput.h b/third_party/WebKit/Source/modules/accessibility/AXRadioInput.h
index 0d77da95e041d4f8fa138880423733bdcb969105..69babd8b4a96d275441bb921300ca4d953782b64 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXRadioInput.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXRadioInput.h
@@ -14,6 +14,7 @@ class AXObjectCacheImpl;
class HTMLInputElement;
class AXRadioInput final : public AXLayoutObject {
+ WTF_MAKE_NONCOPYABLE(AXRadioInput);
public:
static AXRadioInput* create(LayoutObject*, AXObjectCacheImpl&);

Powered by Google App Engine
This is Rietveld 408576698