[Webkit-unassigned] [Bug 111881] Build fix: guard macro test for MAC platform for a feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 11:56:06 PST 2013


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


David Kilzer (:ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #192261|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #2 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org>  2013-03-08 11:58:31 PST ---
(From update of attachment 192261)
View in context: https://bugs.webkit.org/attachment.cgi?id=192261&action=review

r=me with that change.

> Source/WebKit2/UIProcess/WebInspectorProxy.cpp:70
> +#if PLATFORM(MAC)
>  #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080

Usually we just use:

#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080

-- 
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