Bug 97515

Summary: SerializedScriptValue isn't aware of indexed storage, but should be
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch
sam: review+, buildbot: commit-queue-
patch for landing none

Description Filip Pizlo 2012-09-24 20:59:54 PDT
It calls putDirect() when it means to call putDirectMayBeIndex().
Comment 1 Filip Pizlo 2012-09-24 21:02:30 PDT
Created attachment 165509 [details]
patch

Haven't yet done the Windows build foo.  Also the expected file isn't done getting computed.
Comment 2 Build Bot 2012-09-24 21:45:40 PDT
Comment on attachment 165509 [details]
patch

Attachment 165509 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/13991936
Comment 3 Filip Pizlo 2012-09-24 21:52:00 PDT
Created attachment 165519 [details]
patch for landing
Comment 4 Filip Pizlo 2012-09-24 22:27:28 PDT
Landed in http://trac.webkit.org/changeset/129457