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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.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/AXInlineTextBox.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.h b/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.h
index 4b7c29ed231e74f34db30705816d20a5f4b83ac8..5f020f474cd69831ed5448a76d38cd58f8f95625 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.h
@@ -37,6 +37,7 @@ namespace blink {
class AXObjectCacheImpl;
class AXInlineTextBox final : public AXObject {
+ WTF_MAKE_NONCOPYABLE(AXInlineTextBox);
private:
AXInlineTextBox(PassRefPtr<AbstractInlineTextBox>, AXObjectCacheImpl&);

Powered by Google App Engine
This is Rietveld 408576698