| Index: third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h b/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| index e40dc1ef5612c189ae436f3ca319d5f36a5f87b0..26f44ddca0593873d2aa5a4f4051c2605934c734 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| @@ -34,6 +34,8 @@ namespace blink {
|
| class AXObjectCacheImpl;
|
|
|
| class AXMenuListOption final : public AXMockObject {
|
| + WTF_MAKE_NONCOPYABLE(AXMenuListOption);
|
| +
|
| public:
|
| static AXMenuListOption* create(HTMLOptionElement* element, AXObjectCacheImpl& axObjectCache) { return new AXMenuListOption(element, axObjectCache); }
|
| ~AXMenuListOption() override;
|
|
|