Bug 130407 - Modules: replace DEPRECATED_DEFINE_STATIC_LOCAL by static NeverDestroyed<T>
Summary: Modules: replace DEPRECATED_DEFINE_STATIC_LOCAL by static NeverDestroyed<T>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sergio Villar Senin
URL:
Keywords:
Depends on:
Blocks: 130185
  Show dependency treegraph
 
Reported: 2014-03-18 11:01 PDT by Sergio Villar Senin
Modified: 2014-03-21 01:11 PDT (History)
11 users (show)

See Also:


Attachments
Patch (3.71 KB, patch)
2014-03-18 11:02 PDT, Sergio Villar Senin
no flags Details | Formatted Diff | Diff
Patch (4.46 KB, patch)
2014-03-20 10:15 PDT, Sergio Villar Senin
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Villar Senin 2014-03-18 11:01:29 PDT
Modules: replace DEPRECATED_DEFINE_STATIC_LOCAL by static NeverDestroyed<T>
Comment 1 Sergio Villar Senin 2014-03-18 11:02:48 PDT
Created attachment 227076 [details]
Patch
Comment 2 Sergio Villar Senin 2014-03-20 10:15:46 PDT
Created attachment 227302 [details]
Patch

Build fix
Comment 3 Sergio Villar Senin 2014-03-21 01:11:37 PDT
Committed r166053: <http://trac.webkit.org/changeset/166053>