Bug 98458 - [WK2] Improve initial empty process tracking
Summary: [WK2] Improve initial empty process tracking
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Minor
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-04 15:46 PDT by Alexey Proskuryakov
Modified: 2012-10-04 15:54 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.48 KB, patch)
2012-10-04 15:50 PDT, Alexey Proskuryakov
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2012-10-04 15:46:10 PDT
If initial empty process quits, we never notice, m_haveInitialEmptyProcess remains true, and then we incorrectly assume that the last process in vector is empty.
Comment 1 Alexey Proskuryakov 2012-10-04 15:50:16 PDT
Created attachment 167193 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2012-10-04 15:54:02 PDT
Committed http://trac.webkit.org/changeset/130432