[Webkit-unassigned] [Bug 173968] REGRESSION(r218896): ASSERT in WebPageProxy::dataCallback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 29 07:45:22 PDT 2017


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com
 Attachment #314131|review?                     |review+
              Flags|                            |

--- Comment #2 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 314131
  --> https://bugs.webkit.org/attachment.cgi?id=314131
Patch

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

> Source/WebCore/loader/DocumentLoader.cpp:1717
> +    RELEASE_ASSERT(callbackIdentifier);
> +    RELEASE_ASSERT(m_frame);

IMO there's no particular reason for these to be release asserts rather than normal asserts.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170629/ccf92e7c/attachment.html>


More information about the webkit-unassigned mailing list