Bug 39405 - [BREWMP] Don't include CoreFoundation.h when building for BREW MP
Summary: [BREWMP] Don't include CoreFoundation.h when building for BREW MP
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 33564
  Show dependency treegraph
 
Reported: 2010-05-19 21:58 PDT by Kwang Yul Seo
Modified: 2010-05-20 21:42 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.03 KB, patch)
2010-05-19 21:59 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2010-05-19 21:58:12 PDT
Add !defined(BUILDING_BREWMP__) guard for CoreFoundation.h.
Comment 1 Kwang Yul Seo 2010-05-19 21:59:39 PDT
Created attachment 56561 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-05-20 00:30:22 PDT
Comment on attachment 56561 [details]
Patch

OK.  Seems that should really only be #if PLATFORM(MAC) || PLATFORM(WIN) instead of the exclusion list.
Comment 3 WebKit Commit Bot 2010-05-20 21:42:05 PDT
Comment on attachment 56561 [details]
Patch

Clearing flags on attachment: 56561

Committed r59909: <http://trac.webkit.org/changeset/59909>
Comment 4 WebKit Commit Bot 2010-05-20 21:42:10 PDT
All reviewed patches have been landed.  Closing bug.