0
Files
src/content
Adam Ettenberger c1a95080e7 Fix null-dereference in AXNodeObject::AnchorElement
AXObjectCacheImpl::GetOrCreate(LayoutObject*) can return a nullptr
if the node is an area element.

This change makes sure that the AXObject is valid before
calling |IsAnchor|.

Bug: 996460
Change-Id: I63b966615aec010c6df03292addbcd0a71e405ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772283
Reviewed-by: Kevin Babbitt <kbabbitt@microsoft.com>
Reviewed-by: Aaron Leventhal <aleventhal@chromium.org>
Commit-Queue: Adam Ettenberger <adettenb@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#691888}
2019-08-30 00:54:10 +00:00
..
2019-08-29 22:25:24 +00:00
2019-07-26 22:32:49 +00:00

Content is the core code needed to render a page using a multi-process sandboxed browser.

Developer documentation: https://www.chromium.org/developers/content-module

Internal Documentation: