Add missing NULL checks to NativeViewAccessibilityWin.
IAccessible objects are reference-counted, so the COM object may persist if the view is deleted. We should always check the view (which will be nulled when the view is deleted). BUG=436074 Review URL: https://codereview.chromium.org/872683005 Cr-Commit-Position: refs/heads/master@{#313792}
Showing
Please register or sign in to comment