commit | 8b544ed88d6625d638dfd39dc5be87ce4a059a8d | [log] [tgz] |
---|---|---|
author | foxit <jun_fang@foxitsoftware.com> | Thu Sep 10 14:57:54 2015 +0800 |
committer | foxit <jun_fang@foxitsoftware.com> | Thu Sep 10 15:21:07 2015 +0800 |
tree | 5c43550a9877e8721591c4810b61ce226a7494a6 | |
parent | 77aaf96a165272ab52916c04b5ec69e4f2fd13de [diff] |
Merge to XFA: Resolve bad cast to CJS_EventHandler At line 2026 in pdfsdk/src/javascript/PublicMethods.cpp, the writer wants to perform type cast like line 2027 but he made a mistake to make type conversion on m_pValue. Even at line 2027, it's redundant to make type conversion. The returned type of pContext->GetEventHandler() is CJS_EventHandler*. BUG=529310 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1325753007 .