| Index: ui/accessibility/platform/ax_platform_node_mac.mm
|
| diff --git a/ui/accessibility/platform/ax_platform_node_mac.mm b/ui/accessibility/platform/ax_platform_node_mac.mm
|
| index c4b54d421bd8f378b8846574334640ad5655b9ec..620841889eae237edc5ee3a5a3f4f237f6de4a33 100644
|
| --- a/ui/accessibility/platform/ax_platform_node_mac.mm
|
| +++ b/ui/accessibility/platform/ax_platform_node_mac.mm
|
| @@ -325,8 +325,7 @@ AXPlatformNodeMac::~AXPlatformNodeMac() {
|
| void AXPlatformNodeMac::Destroy() {
|
| if (native_node_)
|
| [native_node_ detach];
|
| - delegate_ = nullptr;
|
| - delete this;
|
| + AXPlatformNodeBase::Destroy();
|
| }
|
|
|
| gfx::NativeViewAccessible AXPlatformNodeMac::GetNativeViewAccessible() {
|
|
|