[Webkit-unassigned] [Bug 153576] ASSERTION FAILED: roundedIntPoint(rendererMappedResult) == roundedIntPoint(result)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 16:34:58 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153576

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #270462|review?                     |review+, commit-queue-
              Flags|                            |

--- Comment #5 from Darin Adler <darin at apple.com> ---
Comment on attachment 270462
  --> https://bugs.webkit.org/attachment.cgi?id=270462
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=270462&action=review

Please post a new version of the patch with the unnecessary #if/#endif pairs removed.

> Source/WebCore/rendering/RenderGeometryMap.cpp:113
> +#if !ASSERT_DISABLED

This #if is not needed and should not be added. ASSERT takes care of this already.

> Source/WebCore/rendering/RenderGeometryMap.cpp:121
>  #if !ASSERT_DISABLED

This #if is no longer needed and should be removed. It was here because of the code outside the assert that has now been moved elsewhere. ASSERT takes care of this already.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160203/433bcc65/attachment-0001.html>


More information about the webkit-unassigned mailing list