Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Reduce complexity of lifetime management in DynamicNodeList caches
<https://bugs.webkit.org/show_bug.cgi?id=27068> Reviewed by Maciej Stachowiak Switch the Cache object used by DynamicNodeList into a normal refcounted object rather than having a weird flag controlled refcounting system, where positive refcount did not automatically imply the cache object would actually still be live. Canonical link: https://commits.webkit.org/37277@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@45620 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
58 additions
and 34 deletions.
- +28 −0 WebCore/ChangeLog
- +6 −7 WebCore/dom/DynamicNodeList.cpp
- +5 −4 WebCore/dom/DynamicNodeList.h
- +12 −12 WebCore/dom/Node.cpp
- +7 −11 WebCore/dom/NodeRareData.h
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
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
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