Bug 136510 - Don't use DEPRECATED_DEFINE_STATIC_LOCAL for mutexes
Summary: Don't use DEPRECATED_DEFINE_STATIC_LOCAL for mutexes
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-03 15:36 PDT by Anders Carlsson
Modified: 2014-09-04 04:15 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.25 KB, patch)
2014-09-03 15:37 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-09-03 15:36:19 PDT
Don't use DEPRECATED_DEFINE_STATIC_LOCAL for mutexes
Comment 1 Anders Carlsson 2014-09-03 15:37:58 PDT
Created attachment 237592 [details]
Patch
Comment 2 Anders Carlsson 2014-09-03 15:56:59 PDT
Committed r173240: <http://trac.webkit.org/changeset/173240>
Comment 3 Carlos Alberto Lopez Perez 2014-09-04 04:15:37 PDT
(In reply to comment #2)
> Committed r173240: <http://trac.webkit.org/changeset/173240>

This broke the GTK Debug build. Fixed on https://trac.webkit.org/r173257