Bug 126838 - Remove unsafe uses of AtomicallyInitializedStatic
Summary: Remove unsafe uses of AtomicallyInitializedStatic
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-01-11 22:27 PST by Anders Carlsson
Modified: 2014-01-12 09:29 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.37 KB, patch)
2014-01-11 22:31 PST, 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-01-11 22:27:56 PST
Remove unsafe uses of AtomicallyInitializedStatic
Comment 1 Anders Carlsson 2014-01-11 22:31:51 PST
Created attachment 220960 [details]
Patch
Comment 2 Andreas Kling 2014-01-11 22:43:31 PST
Comment on attachment 220960 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=220960&action=review

What was even going on here. r=me

> Source/WebCore/ChangeLog:12
> +        (This is highly unlikely to have any real negative performance impact since these tow functions

>tow
Comment 3 Anders Carlsson 2014-01-12 09:29:31 PST
Committed r161812: <http://trac.webkit.org/changeset/161812>