[Webkit-unassigned] [Bug 60529] Programmatically set selection should not have direction on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 16:54:06 PDT 2011


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





--- Comment #49 from Ryosuke Niwa <rniwa at webkit.org>  2011-08-04 16:54:05 PST ---
Also, this patch is failing to build on Mac because you didn't update WebCore.exp.in:

  "__ZN7WebCore16VisibleSelectionC1ERKNS_15VisiblePositionES3_", referenced from:
     -exported_symbol[s_list] command line option
     (maybe you meant: __ZN7WebCore16VisibleSelectionC1ERKNS_15VisiblePositionES3_b)
  "__ZN7WebCore16VisibleSelectionC1EPKNS_5RangeENS_9EAffinityE", referenced from:
     -exported_symbol[s_list] command line option

The fix as simple as replacing __ZN7WebCore16VisibleSelectionC1ERKNS_15VisiblePositionES3_ and __ZN7WebCore16VisibleSelectionC1EPKNS_5RangeENS_9EAffinityE by new mangled names.

Use nm to find out the mangled names of these functions.

-- 
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