[webkit-reviews] review granted: [Bug 28650] Remove cross-thread code from CrossOriginPreflightResultCache : [Attachment 38427] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 18:08:19 PDT 2009


David Levin <levin at chromium.org> has granted Dmitry Titov
<dimich at chromium.org>'s request for review:
Bug 28650: Remove cross-thread code from CrossOriginPreflightResultCache
https://bugs.webkit.org/show_bug.cgi?id=28650

Attachment 38427: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=38427&action=review

------- Additional Comments from David Levin <levin at chromium.org>

> diff --git a/WebCore/loader/CrossOriginPreflightResultCache.cpp
b/WebCore/loader/CrossOriginPreflightResultCache.cpp
> +    static CrossOriginPreflightResultCache& cache = *new
CrossOriginPreflightResultCache;

Please use DEFINE_STATIC_LOCAL here.


More information about the webkit-reviews mailing list