diff options
author | David Deephanphongs <dpanpong@google.com> | 2011-05-01 16:18:52 -0700 |
---|---|---|
committer | Russell Brenner <russellbrenner@google.com> | 2011-05-05 14:45:14 -0700 |
commit | f857ed8dbc23c83d412ae68f598ac2eedb429afc (patch) | |
tree | 4d22f79a31e271eb28993638bee00780841f9008 /Source/JavaScriptCore/runtime/MemoryStatistics.h | |
parent | 2d60bef786645e5b9e2da0e8374d3f06a40d0638 (diff) | |
download | external_webkit-f857ed8dbc23c83d412ae68f598ac2eedb429afc.zip external_webkit-f857ed8dbc23c83d412ae68f598ac2eedb429afc.tar.gz external_webkit-f857ed8dbc23c83d412ae68f598ac2eedb429afc.tar.bz2 |
DO NOT MERGE
Cherry-pick change I2ae80ddc from master:
Fix crash in font-handling code caused by repainting while a style recalculation was pending.
The Android FrameCache was being updated while a style recalculation
was pending. This would cause the cached fonts in the
FontFallbackList to be accessed, but that cache is not necessarily
consistant while a recalculation is pending.
A similar issue was occurring with recordPictureSet.
In updateFrameCache() and recordPictureSet(), early-abort if the document
is waiting for a style recalculation. In notifyProgressFinished(), remove
the call to updateFrameCache().
Bug: 4292199
Bug: 4291311
Change-Id: Ie8bc4cb0637ccb7aee37597ac08fd8abffc149cd
Diffstat (limited to 'Source/JavaScriptCore/runtime/MemoryStatistics.h')
0 files changed, 0 insertions, 0 deletions