]> git.saurik.com Git - wxWidgets.git/commit
Fix wxWebKitCtrl::RunScript() return value.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 15:25:25 +0000 (15:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 15:25:25 +0000 (15:25 +0000)
commit3e1db65507361f69f37b1f66de319a1c9bf5fca8
tree919047d91b3e3c6efe789f7290f1c7c5eabb3594
parent2253f18176217efc2393213562483d5dbe11b704
Fix wxWebKitCtrl::RunScript() return value.

Replace comparisons of the type name of the returned value with isKindOfClass:
checks which are more reliable.

Closes #14358.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/html/htmlctrl/webkit/webkit.mm