[Webkit-unassigned] [Bug 144774] ASSERTION when pasting text into the WebInspector console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 16:55:50 PDT 2015


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|webkit-unassigned at lists.web |cdumez at apple.com
                   |kit.org                     |

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
What happens is actually that needsLayout is false but (view && view->needsLayout()) is true. This case is fine as we merely scheduled a layout, we did not cause a sync layout. We need to tweak the assertion accordingly.

-- 
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/20150507/1e4cdc7d/attachment.html>


More information about the webkit-unassigned mailing list