Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update uniteIfNonZero to use isZero.
https://bugs.webkit.org/show_bug.cgi?id=76637 Patch by Philip Rogers <pdr@google.com> on 2012-01-23 Reviewed by Darin Adler. No new tests. (I found no existing codepath that would be affected by this change but I think this change is still valuable in preventing future bugs.) * platform/graphics/FloatRect.cpp: (WebCore::FloatRect::uniteIfNonZero): The following change is a minor followup to https://bugs.webkit.org/show_bug.cgi?id=76177#c12 and is not directly related to the rest of this patch. * rendering/svg/SVGRenderSupport.cpp: (WebCore::SVGRenderSupport::computeContainerBoundingBoxes): Canonical link: https://commits.webkit.org/93677@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@105643 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
441c9ef
commit ef2edcc624aa0b79a7b69aa024ab8bbda3b85aef
Showing
3 changed files
with
23 additions
and
4 deletions.
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