]> git.saurik.com Git - wxWidgets.git/commit
Return raw text, not markup, from wxWebViewWebKit::GetSelectedText().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Jul 2013 14:10:14 +0000 (14:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Jul 2013 14:10:14 +0000 (14:10 +0000)
commit54889dae199cb509b525b4c911185d16bef3ea2c
tree430607449277b1e3374946d465601699c0e80616
parenta3b7db872925df2921f36637a84085ec04cf977a
Return raw text, not markup, from wxWebViewWebKit::GetSelectedText().

Under OS X the markup string was returned, unlike in all the other ports,
resulting in a unit test failure, fix this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/osx/webview_webkit.mm