[Webkit-unassigned] [Bug 164845] Fix build on macOS Sierra when WEB_PLAYBACK_CONTROLS_MANAGER is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 20:22:07 PST 2016


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

--- Comment #7 from mitz at webkit.org <mitz at webkit.org> ---
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #3)
> > > (In reply to comment #2)
> > > > Why is this the right fix?
> > > 
> > > This is similar to the fix we deployed in AVKit.h but I'm all ears if you
> > > have a better fix.
> > 
> > I don’t know what you’re referring to (AVKit.h is not in the WebKit source
> > tree, is it?). When the Apple Internal SDK isn’t available, we normally use
> > declarations in a *SPI.h header file rather than omit functionality from the
> > build.
> 
> Sorry, I meant to say AVKitSPI.h

What’s guarded with #if USE(APPLE_INTERNAL_SDK) in AVKitSPI.h are just #import statements for headers that are only available in the Apple-internal SDK, and the #else clause provides equivalent declarations. What attachment 295001 guards with #if USE(APPLE_INTERNAL_SDK) are parts of the implementation, and the #else clauses don’t seem to be equivalent.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161117/5e57300a/attachment.html>


More information about the webkit-unassigned mailing list