Bug 1260862 - "remove Cache/EnsureChildren". r=mzehe

This commit is contained in:
alexander
2016-03-30 12:53:00 +02:00
parent 93a427d648
commit 6f3b648076
7 changed files with 1 additions and 69 deletions

View File

@@ -912,7 +912,7 @@ HTMLTableAccessible::HasDescendant(const nsAString& aTagName, bool aAllowEmpty)
// performance problems only. Note, currently 'aAllowEmpty' flag is used for
// caption element only. On another hand we create accessible object for
// the first entry of caption element (see
// HTMLTableAccessible::CacheChildren).
// HTMLTableAccessible::InsertChildAt).
return !!elements->Item(1);
}