[Webkit-unassigned] [Bug 165101] Separate UIDelegate platform specific code into UIDelegateIOS and UIDelegateMac classes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 08:58:24 PST 2016


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

--- Comment #2 from Andrew Gold <agold at apple.com> ---
(In reply to comment #1)
> Why is that an improvement? Subclassing is used for runtime polymorphism, so
> it's the wrong tool to use for platform specific code.

Sorry, you're right, we don't want to subclass. What I meant was separate implementations so that we don't need the platform-specific compiler flags throughout UIDelegate.

-- 
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/20161129/522b21a7/attachment.html>


More information about the webkit-unassigned mailing list