[Webkit-unassigned] [Bug 155056] AX: Force allow user zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 16:15:08 PST 2016


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

--- Comment #17 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 273234
  --> https://bugs.webkit.org/attachment.cgi?id=273234
build fix patch

View in context: https://bugs.webkit.org/attachment.cgi?id=273234&action=review

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:215
> +#if __has_include(<AccessibilitySupport.h>) 

we might not need to do this difference because we can't use anything in the import directly. everything is a symbol that needs to be soft linked in

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:222
> +extern "C" {

does this compile and run? it seems like we still probably need to soft link libAX in this case

-- 
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/20160308/54ada696/attachment.html>


More information about the webkit-unassigned mailing list