Bug 157345 - [Win] Use NeverDestroyed template.
Summary: [Win] Use NeverDestroyed template.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-04 07:42 PDT by peavo
Modified: 2016-05-04 10:24 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.39 KB, patch)
2016-05-04 07:53 PDT, peavo
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description peavo 2016-05-04 07:42:41 PDT
ThreadingWin.cpp has static locals which should not be destroyed.
Comment 1 peavo 2016-05-04 07:53:06 PDT
Created attachment 278089 [details]
Patch
Comment 2 peavo 2016-05-04 08:42:46 PDT
Thanks for reviewing!
Comment 3 peavo 2016-05-04 10:24:30 PDT
Committed r200420: <http://trac.webkit.org/changeset/200420>