[Webkit-unassigned] [Bug 23574] add #if ENABLE(PAN_SCROLLING) around EventHandler::setPanScrollCursor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 2 09:31:30 PST 2009


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





------- Comment #3 from feng at chromium.org  2009-02-02 09:31 PDT -------
On Android platform, libwebcore is compiled as a shared library (used by
browser and other apps). In this case, I think a smart linker should be able to
strip setPanScrollCursor off since the function is private and not used, but
the linker seems not as smart as we want :(

(In reply to comment #2)
> Can't you compile the libWebCore to an archive (.a) file and let the linker
> sort that out?
> 


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list