Bug 33990 - ENABLE(DATABASE) guard is missing in ScriptExecutionContext::~ScriptExecutionContext
Summary: ENABLE(DATABASE) guard is missing in ScriptExecutionContext::~ScriptExecution...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-21 23:32 PST by Kwang Yul Seo
Modified: 2010-01-22 01:19 PST (History)
1 user (show)

See Also:


Attachments
Add missing ENABLE(DATABASE) guard (1.22 KB, patch)
2010-01-21 23:34 PST, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2010-01-21 23:32:04 PST
ENABLE(DATABASE) guard is missing around

    if (m_databaseThread) {
        ASSERT(m_databaseThread->terminationRequested());
        m_databaseThread = 0;
    }
Comment 1 Kwang Yul Seo 2010-01-21 23:34:14 PST
Created attachment 47178 [details]
Add missing ENABLE(DATABASE) guard
Comment 2 Dmitry Titov 2010-01-22 00:25:05 PST
Comment on attachment 47178 [details]
Add missing ENABLE(DATABASE) guard

r=me
Comment 3 WebKit Commit Bot 2010-01-22 01:19:49 PST
Comment on attachment 47178 [details]
Add missing ENABLE(DATABASE) guard

Clearing flags on attachment: 47178

Committed r53688: <http://trac.webkit.org/changeset/53688>
Comment 4 WebKit Commit Bot 2010-01-22 01:19:53 PST
All reviewed patches have been landed.  Closing bug.