Bug 33990

Summary: ENABLE(DATABASE) guard is missing in ScriptExecutionContext::~ScriptExecutionContext
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Add missing ENABLE(DATABASE) guard none

Kwang Yul Seo
Reported 2010-01-21 23:32:04 PST
ENABLE(DATABASE) guard is missing around if (m_databaseThread) { ASSERT(m_databaseThread->terminationRequested()); m_databaseThread = 0; }
Attachments
Add missing ENABLE(DATABASE) guard (1.22 KB, patch)
2010-01-21 23:34 PST, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2010-01-21 23:34:14 PST
Created attachment 47178 [details] Add missing ENABLE(DATABASE) guard
Dmitry Titov
Comment 2 2010-01-22 00:25:05 PST
Comment on attachment 47178 [details] Add missing ENABLE(DATABASE) guard r=me
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2010-01-22 01:19:53 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.