Bug 69741 - Missing m_notificationPresenter initialization in WorkerThread constructor
Summary: Missing m_notificationPresenter initialization in WorkerThread constructor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-09 23:31 PDT by Yury Semikhatsky
Modified: 2011-10-10 00:15 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.41 KB, patch)
2011-10-09 23:37 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2011-10-09 23:31:50 PDT
m_notificationPresenter is not initialized in WorkerThread constructor.
Comment 1 Yury Semikhatsky 2011-10-09 23:37:03 PDT
Created attachment 110329 [details]
Patch
Comment 2 Yury Semikhatsky 2011-10-10 00:15:23 PDT
Committed r97044: <http://trac.webkit.org/changeset/97044>