[Webkit-unassigned] [Bug 170454] New: Avoid incorrect assertion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 4 09:52:05 PDT 2017


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

            Bug ID: 170454
           Summary: Avoid incorrect assertion
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

New assertions were added in <http://trac.webkit.org/changeset/211965> to guard against events being fired at invalid moments during loading and other processing.

After living with the changes for some time, we realized that the assertion was to strict in the case of CharacterData representing a DOM Attribute.

This patch relaxes the conditions under which the assertion is held so that we do not generate false asserts during testing.

-- 
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/20170404/26105509/attachment.html>


More information about the webkit-unassigned mailing list