[Webkit-unassigned] [Bug 21347] New: FormDataStreamMac.mm calls isMainThread without #including <wtf/Threading.h>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 3 14:21:34 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21347
Summary: FormDataStreamMac.mm calls isMainThread without
#including <wtf/Threading.h>
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mark at moxienet.com
CC: eric at webkit.org
WebCore/platform/network/mac/FormDataStreamMac.mm calls isMainThread without
the #include that declares that function. This causes a problem when building
Chromium. FormDataStreamMac.mm does include <wtf/MainThread.h>, but that file
does not bring in Threading.h or the isMainThread function.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list