[Webkit-unassigned] [Bug 200630] New: Remove an assertion in ~StorageArea()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 10:25:10 PDT 2019


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

            Bug ID: 200630
           Summary: Remove an assertion in ~StorageArea()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sihui_liu at apple.com

In https://bugs.webkit.org/show_bug.cgi?id=199713, we clear the LocalStorageNamespace before the destructor of LocalStorageNamespace is invoked, to make sure StorageArea gets destroyed on the background thread. 
StorageArea can get destroyed before LocalStorageNamespace, so the ASSERT(!m_localStorageNamespace) in ~StorageArea() is not true any more.

-- 
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/20190812/9512becc/attachment.html>


More information about the webkit-unassigned mailing list