Bug 135685

Summary: Random resource replacement on beta.icloud.com
Product: WebKit Reporter: Pratik Solanki <psolanki>
Component: PlatformAssignee: Pratik Solanki <psolanki>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, beidson, commit-queue, japhet, kling, psolanki
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ap: review+

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.