[Webkit-unassigned] [Bug 40197] Enhance the hit testing to take a rectangle instead of a point
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 6 10:17:53 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=40197
--- Comment #3 from mitz at webkit.org 2010-06-06 10:17:50 PST ---
(In reply to comment #2)
> I would like to modify hitTestResultAtPoint() with an extra parameter. How do I re-generate WebCore.base.exp?
That file is not generated. After you change the method prototype, when you try to build you will get link errors including the mangled names for the old, and then for the new method prototypes . You then need to add the new name to the exports file, remove the old name, and sort the file in ASCII order.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list