[webkit-reviews] review granted: [Bug 81474] Fix compile when FULLSCREEN_API is not enabled on Mac : [Attachment 132500] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 18 11:59:23 PDT 2012


Ada Chan <adachan at apple.com> has granted Pratik Solanki <psolanki at apple.com>'s
request for review:
Bug 81474: Fix compile when FULLSCREEN_API is not enabled on Mac
https://bugs.webkit.org/show_bug.cgi?id=81474

Attachment 132500: Patch
https://bugs.webkit.org/attachment.cgi?id=132500&action=review

------- Additional Comments from Ada Chan <adachan at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=132500&action=review


> Source/WebCore/platform/mac/WebCoreFullScreenWindow.mm:29
> +#if ENABLE(FULLSCREEN_API)

Can '#import "WebCoreFullScreenWindow.h"' be placed inside the #if
ENABLE(FULLSCREEN_API) block?


More information about the webkit-reviews mailing list