| Index: third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| index dfff8fc9842bb39f3eb8c8d20a5e0bf0ceb06eb2..1d8a9baa9790aef845ae60235a098c96915179fd 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
|
| @@ -359,7 +359,6 @@ AXObject* AXObjectCacheImpl::getOrCreate(Node* node) {
|
|
|
| if (isHTMLHeadElement(node))
|
| return 0;
|
| -
|
| AXObject* newObj = createFromNode(node);
|
|
|
| // Will crash later if we have two objects for the same node.
|
|
|