commit | 7f97011b550e56e7acb28462b67ac6a35991d135 | [log] [tgz] |
---|---|---|
author | Cary Clark <cary@android.com> | Thu Oct 15 15:29:08 2009 -0400 |
committer | Cary Clark <cary@android.com> | Thu Oct 15 15:29:08 2009 -0400 |
tree | b04ea8007a47eafcb9668d4225ba81c9b133ec25 | |
parent | badd8399ca803f48ca43658b49c1cdcf0e3ec250 [diff] |
check for native initialization before calling public function Added more checks where it is possible to call a native function after creating a WebView but before the native side is initialized. These cases can be triggered by the monkey. Fixes http://b/issue?id=2187719