WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
120294
[WK2] Buildfix for non Mac platforms
https://bugs.webkit.org/show_bug.cgi?id=120294
Summary
[WK2] Buildfix for non Mac platforms
Csaba Osztrogonác
Reported
2013-08-26 02:47:27 PDT
We should check if __MAC_OS_X_VERSION_MIN_REQUIRED macro is defined or not: -#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 +#if defined(__MAC_OS_X_VERSION_MIN_REQUIRED) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 Patch is coming.
Attachments
Patch
(2.80 KB, patch)
2013-08-26 02:49 PDT
,
Csaba Osztrogonác
no flags
Details
Formatted Diff
Diff
Patch
(2.73 KB, patch)
2013-08-26 14:53 PDT
,
Csaba Osztrogonác
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2013-08-26 02:49:08 PDT
Created
attachment 209630
[details]
Patch
Anders Carlsson
Comment 2
2013-08-26 08:03:32 PDT
Comment on
attachment 209630
[details]
Patch It's probably better to use PLATFORM(MAC) here.
Darin Adler
Comment 3
2013-08-26 10:23:10 PDT
Comment on
attachment 209630
[details]
Patch Please use PLATFORM(MAC) as suggested by Anders.
Csaba Osztrogonác
Comment 4
2013-08-26 14:53:22 PDT
Created
attachment 209680
[details]
Patch
WebKit Commit Bot
Comment 5
2013-08-26 15:33:35 PDT
Comment on
attachment 209680
[details]
Patch Clearing flags on attachment: 209680 Committed
r154646
: <
http://trac.webkit.org/changeset/154646
>
WebKit Commit Bot
Comment 6
2013-08-26 15:33:37 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug