[Webkit-unassigned] [Bug 47700] Make mime type lookup in File::create(path) thread-safe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 11:19:10 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=47700





--- Comment #7 from Adam Barth <abarth at webkit.org>  2011-01-28 11:19:10 PST ---
(From update of attachment 80040)
View in context: https://bugs.webkit.org/attachment.cgi?id=80040&action=review

> Source/WebCore/platform/mac/MIMETypeRegistryMac.mm:39
> +#if ENABLE(WORKERS)
> +    ASSERT(isMainThread());
> +#endif

Can we make these asserts even if we haven't enabled workers?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list