Bug 147357

Summary: [GTK] Use fastMalloc instead of g_slice
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch svillar: review+

Description Carlos Garcia Campos 2015-07-28 02:53:05 PDT
The use of g_slice is no longer encouraged by glib developers, see https://git.gnome.org/browse/gnome-devel-docs/tree/programming-guidelines/C/memory-management.page#n22
Comment 1 Carlos Garcia Campos 2015-07-28 02:55:07 PDT
Created attachment 257640 [details]
Patch
Comment 2 Carlos Garcia Campos 2015-07-28 03:04:47 PDT
Committed r187485: <http://trac.webkit.org/changeset/187485>