[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 18:49:12 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60529
--- Comment #54 from Ryosuke Niwa <rniwa at webkit.org> 2011-08-04 18:49:11 PST ---
(From update of attachment 103012)
View in context: https://bugs.webkit.org/attachment.cgi?id=103012&action=review
> Source/WebCore/WebCore.exp.in:490
> -__ZN7WebCore16VisibleSelectionC1EPKNS_5RangeENS_9EAffinityE
> -__ZN7WebCore16VisibleSelectionC1ERKNS_15VisiblePositionES3_
> +__ZN7WebCore16VisibleSelectionC1EPKNS_5RangeENS_9EAffinityES3_b
> +__ZN7WebCore16VisibleSelectionC1ERKNS_15VisiblePositionEb
You need:
-__ZN7WebCore16VisibleSelectionC1EPKNS_5RangeENS_9EAffinityE
-__ZN7WebCore16VisibleSelectionC1ERKNS_15VisiblePositionES3_
+__ZN7WebCore16VisibleSelectionC1EPKNS_5RangeENS_9EAffinityEb
+__ZN7WebCore16VisibleSelectionC1ERKNS_15VisiblePositionEb
--
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