[Webkit-unassigned] [Bug 118584] New: [Application Cache] Assert failed if ApplicationCacheStorage::setCacheDirectory is called more than once.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 11 23:28:19 PDT 2013


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

           Summary: [Application Cache] Assert failed if
                    ApplicationCacheStorage::setCacheDirectory is called
                    more than once.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: donggwan.kim at samsung.com


ApplicationCacheStorage::setCacheDirectory could be called more than once.
So below assert sentence should be removed.
ASSERT(m_cacheDirectory.isNull());

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list