commit | ba6be8a62dcdb3ffd210cd36b9af4e3a658eac47 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Mon Apr 23 18:22:09 2012 -0700 |
committer | Romain Guy <romainguy@google.com> | Mon Apr 23 20:29:31 2012 -0700 |
tree | 04f9b4d5589333970c91e51af6280a5859b78460 | |
parent | 88fffb7a34313d5e94b3974d444d07bd6a4879a4 [diff] |
Prevent WebView from crashing when detached from the window Bug #6365056 WebView enqueues a functor in the hardware renderer to handle animations and this functor is called at a later time by the hardware renderer. However, the functor was not removed from the queue when WebView was removed from the window. This could cause the hardware renderer to attempt to execute an invalid functor and lead to a crash. Change-Id: I9d38e80f3fdc5e29d4d0cdfa1e893c251a954508