Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.cpp

Issue 1207613004: Fix leaking AXNodeObjects when sub document detaches (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXTableColumn.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.cpp b/third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.cpp
index 113d6f0fc400d21bc13c37823715b8a083fa50c4..18c22143585143d078bab6d05a443af33185b0e5 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableHeaderContainer.cpp
@@ -69,6 +69,7 @@ bool AXTableHeaderContainer::computeAccessibilityIsIgnored(IgnoredReasons* ignor
void AXTableHeaderContainer::addChildren()
{
+ ASSERT(!isDetached());
ASSERT(!m_haveChildren);
m_haveChildren = true;
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXTableColumn.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698