| Index: Source/modules/accessibility/AXMenuListPopup.h
|
| diff --git a/Source/modules/accessibility/AXMenuListPopup.h b/Source/modules/accessibility/AXMenuListPopup.h
|
| index 16bf93ca8626ad86b3c318aab861ab7a0b204c40..bc3183992dc000a8d79e694d84b114dd0ae1fa47 100644
|
| --- a/Source/modules/accessibility/AXMenuListPopup.h
|
| +++ b/Source/modules/accessibility/AXMenuListPopup.h
|
| @@ -36,7 +36,7 @@ class HTMLElement;
|
|
|
| class AXMenuListPopup final : public AXMockObject {
|
| public:
|
| - static PassRefPtr<AXMenuListPopup> create(AXObjectCacheImpl* axObjectCache) { return adoptRef(new AXMenuListPopup(axObjectCache)); }
|
| + static PassRefPtrWillBeRawPtr<AXMenuListPopup> create(AXObjectCacheImpl* axObjectCache) { return adoptRefWillBeNoop(new AXMenuListPopup(axObjectCache)); }
|
|
|
| virtual bool isEnabled() const override;
|
| virtual bool isOffScreen() const override;
|
|
|