Bug 44630

Summary: Add setVersion to IndexedDB
Product: WebKit Reporter: Jeremy Orlow <jorlow>
Component: New BugsAssignee: Jeremy Orlow <jorlow>
Status: RESOLVED FIXED    
Severity: Normal CC: andreip, bulach, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch steveblock: review+

Description Jeremy Orlow 2010-08-25 11:50:22 PDT
Add setVersion to IndexedDB
Comment 1 Jeremy Orlow 2010-08-25 11:51:48 PDT
Created attachment 65454 [details]
Patch
Comment 2 Andrei Popescu 2010-08-26 03:13:12 PDT
>    m_version = version;

Don't we need to persist this?
Comment 3 Jeremy Orlow 2010-08-26 03:14:52 PDT
Oh yeah....
Comment 4 Jeremy Orlow 2010-08-26 03:41:56 PDT
Created attachment 65540 [details]
Patch
Comment 5 Andrei Popescu 2010-08-26 04:39:27 PDT
LGTM
Comment 6 Steve Block 2010-08-26 09:52:22 PDT
Comment on attachment 65540 [details]
Patch

r=me
Comment 7 Jeremy Orlow 2010-08-27 06:32:46 PDT
Committed r66216: <http://trac.webkit.org/changeset/66216>