Bug 94434

Summary: Do not allocate SQLiteDatabase's m_openErrorMessage until its needed
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: WebCore Misc.Assignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Benjamin Poulain 2012-08-19 15:02:46 PDT
Another initialization malloc + memcpy.
Comment 1 Benjamin Poulain 2012-08-19 15:27:50 PDT
Created attachment 159307 [details]
Patch
Comment 2 Benjamin Poulain 2012-08-19 21:03:30 PDT
Comment on attachment 159307 [details]
Patch

Clearing flags on attachment: 159307

Committed r125992: <http://trac.webkit.org/changeset/125992>
Comment 3 Benjamin Poulain 2012-08-19 21:03:32 PDT
All reviewed patches have been landed.  Closing bug.