RESOLVED FIXED 135685
Random resource replacement on beta.icloud.com
https://bugs.webkit.org/show_bug.cgi?id=135685
Summary Random resource replacement on beta.icloud.com
Pratik Solanki
Reported 2014-08-06 19:56:01 PDT
ASSERT(m_data->size() == newBuffer->size()) is being triggered when loading beta.icloud.com. This can cause problems in release build since it means we will replace existing CachedResource data with incorrect data meant for a different resource.
Attachments
Patch (2.23 KB, patch)
2014-08-06 20:44 PDT, Pratik Solanki
ap: review+
Pratik Solanki
Comment 1 2014-08-06 19:56:34 PDT
Pratik Solanki
Comment 2 2014-08-06 19:57:17 PDT
We will need to roll out the performance improvements made in r170499 for bug 134362.
Pratik Solanki
Comment 3 2014-08-06 20:44:34 PDT
Pratik Solanki
Comment 4 2014-08-07 10:20:45 PDT
Note You need to log in before you can comment on or make changes to this bug.