Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2009-11-09 Carol Szabo <carol.szabo@nokia.com>
Reviewed by Darin Adler. showTree(CounterNode*) generates too little info and has too many spaces. https://bugs.webkit.org/show_bug.cgi?id=31212 No new tests as the change has no functional effect it is just for improved debugging. * rendering/CounterNode.cpp: (WebCore::showTreeAndMark): Changed to also show addresses of parent, next and previous siblings. Canonical link: https://commits.webkit.org/42103@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@50673 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
23 additions
and 9 deletions.
- +15 −0 WebCore/ChangeLog
- +8 −9 WebCore/rendering/CounterNode.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters