12012-07-17 Elliott Sprehn <esprehn@gmail.com>
2
3 Unneeded tree walking when adding or removing children due to RenderCounter / RenderQuote logic
4 https://bugs.webkit.org/show_bug.cgi?id=89900
5
6 Reviewed by NOBODY (OOPS!).
7
8 Check for document destruction during insertion to avoid crash on null RenderView when trying
9 to count the number of RenderQuote and RenderCounter objects.
10
11 * rendering/RenderObjectChildList.cpp:
12 (WebCore::RenderObjectChildList::appendChildNode):
13 (WebCore::RenderObjectChildList::insertChildNode):
14