]> git.saurik.com Git - wxWidgets.git/commit
Always check that we get a valid IDispatch* from get_Document as sometimes the call...
authorSteve Lamerton <steve.lamerton@gmail.com>
Thu, 12 Apr 2012 21:15:16 +0000 (21:15 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Thu, 12 Apr 2012 21:15:16 +0000 (21:15 +0000)
commit601d0ba7c6b96c9082c0a8c2c6c4f93d5bb7f366
treec9073d13be7c919697e2d0fefa10fdef57ed7f60
parent575821fad84c6f60602ffce6f8f6e727247ce651
Always check that we get a valid IDispatch* from get_Document as sometimes the call can succeed but return NULL.

Fixes #14182

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/webview_ie.cpp