commit | 674a844f6defdb77f8401327725357c9cf189a37 | [log] [tgz] |
---|---|---|
author | Cary Clark <cary@android.com> | Tue Sep 15 16:25:43 2009 -0400 |
committer | Cary Clark <cary@android.com> | Tue Sep 15 16:29:50 2009 -0400 |
tree | 763fa53ef311a6a945f468399bbef8d01f60e889 | |
parent | 91a5d831d6e2311d4129cb6086a67ab66874992c [diff] |
synchronize access to pictureReady, copyContentPicture Two methods in WebViewCore are called from WebView. The C underpinnings were synchronized with a mutex, but the Java shell was not, so under rare cirumstances, the Java side might delete the native class. Add Java synchronization to protect against this. Fixes http://b/issue?id=2121684