commit | 9217c45829da4d0c9c9dbdc6bc950c7f3e03e4f5 | [log] [tgz] |
---|---|---|
author | Grace Kloba <klobag@google.com> | Tue Sep 01 00:59:27 2009 -0700 |
committer | Grace Kloba <klobag@google.com> | Tue Sep 01 14:58:10 2009 -0700 |
tree | 2ac7674e42073f1c97b906a9349a34da8a3904ab | |
parent | 485e6dca960c2001349de0817c644f24ae85c6e3 [diff] |
When we destroy a WebView, RESUME_TIMERS/PAUSE_TIMERS may be still in the queue. We need to pass them to WebViewCore as they are per process base. If we drop them, the counter in the JWebCoreJavaBridge can be out of order. Part 2 of fixing http://b/issue?id=2087410