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+

Description Pratik Solanki 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.
Comment 1 Pratik Solanki 2014-08-06 19:56:34 PDT
<rdar://problem/17937975>
Comment 2 Pratik Solanki 2014-08-06 19:57:17 PDT
We will need to roll out the performance improvements made in r170499 for bug 134362.
Comment 3 Pratik Solanki 2014-08-06 20:44:34 PDT
Created attachment 236170 [details]
Patch
Comment 4 Pratik Solanki 2014-08-07 10:20:45 PDT
Committed r172215: <http://trac.webkit.org/changeset/172215>