Bug 116998

Summary: [Windows] Be consistent with allocation/deallocation behavior
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Brent Fulgham 2013-05-29 14:20:25 PDT
Running a Visual Studio 2010 build of DumpRenderTree can crash when using WebPreferences if a non-2010 runtime library is deallocating the memory.

This patch adjusts the behavior of the WebPreferences implementation to use the library allocator rather than overriding to use the current CRT allocator so that future cleanup can be done by the same runtime library.
Comment 1 Brent Fulgham 2013-05-29 14:22:26 PDT
Created attachment 203276 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2013-05-29 14:23:37 PDT
<rdar://problem/14016391>
Comment 3 Brent Fulgham 2013-05-29 14:28:16 PDT
Committed r150930: <http://trac.webkit.org/changeset/150930>