Bug 74969 - Remove non-threadsafe pattern in DOMFilePath.cpp
Summary: Remove non-threadsafe pattern in DOMFilePath.cpp
Status: RESOLVED DUPLICATE of bug 62813
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric U.
URL:
Keywords:
Depends on:
Blocks: 74666
  Show dependency treegraph
 
Reported: 2011-12-20 15:50 PST by David Levin
Modified: 2011-12-21 16:34 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.68 KB, patch)
2011-12-20 16:14 PST, David Levin
dimich: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2011-12-20 15:50:53 PST
This api is used in Workers on multiple threads. Therefore it shouldn't have a non-threadsafe structures in a static.
Comment 1 David Levin 2011-12-20 16:14:34 PST
Created attachment 120108 [details]
Patch
Comment 2 David Levin 2011-12-20 16:20:34 PST
Just adding Eric and Kinuko as a fyi.
Comment 3 Dmitry Titov 2011-12-20 16:30:28 PST
Comment on attachment 120108 [details]
Patch

The RegularExpression class does not look like threadsafe one... I only looked briefly though, but if you look and it is in fact threadsafe, please feel free to add some note and re-flip R?
Comment 4 David Levin 2011-12-21 16:34:14 PST

*** This bug has been marked as a duplicate of bug 62813 ***