Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[RenderTreeBuilder] Move RenderElement::removeAndDestroyChild() to Re…
…nderTreeBuilder https://bugs.webkit.org/show_bug.cgi?id=182915 <rdar://problem/37658123> Reviewed by Antti Koivisto. No change in functionality. * rendering/RenderElement.cpp: (WebCore::RenderElement::removeAndDestroyChild): Deleted. * rendering/RenderElement.h: (WebCore::RenderElement::isChildAllowed const): * rendering/RenderObject.cpp: (WebCore::RenderObject::removeFromParentAndDestroy): * rendering/RenderView.cpp: (WebCore::RenderView::willBeDestroyed): * rendering/updating/RenderTreeBuilder.cpp: (WebCore::RenderTreeBuilder::removeAndDestroyChild): (WebCore::RenderTreeBuilder::removeFromParentAndDestroyCleaningUpAnonymousWrappers): * rendering/updating/RenderTreeBuilder.h: * rendering/updating/RenderTreeBuilderFirstLetter.cpp: (WebCore::RenderTreeBuilder::FirstLetter::updateStyle): (WebCore::RenderTreeBuilder::FirstLetter::createRenderers): Canonical link: https://commits.webkit.org/198674@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@228683 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
51 additions
and 24 deletions.
- +26 −0 Source/WebCore/ChangeLog
- +0 −18 Source/WebCore/rendering/RenderElement.cpp
- +0 −1 Source/WebCore/rendering/RenderElement.h
- +1 −1 Source/WebCore/rendering/RenderObject.cpp
- +1 −1 Source/WebCore/rendering/RenderView.cpp
- +20 −1 Source/WebCore/rendering/updating/RenderTreeBuilder.cpp
- +1 −0 Source/WebCore/rendering/updating/RenderTreeBuilder.h
- +2 −2 Source/WebCore/rendering/updating/RenderTreeBuilderFirstLetter.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
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
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