[Webkit-unassigned] [Bug 33990] New: ENABLE(DATABASE) guard is missing in ScriptExecutionContext::~ScriptExecutionContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 23:32:04 PST 2010


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

           Summary: ENABLE(DATABASE) guard is missing in
                    ScriptExecutionContext::~ScriptExecutionContext
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


ENABLE(DATABASE) guard is missing around

    if (m_databaseThread) {
        ASSERT(m_databaseThread->terminationRequested());
        m_databaseThread = 0;
    }

-- 
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