Bug 135407

Summary: [EFL] Do not initialize g_type system explicitly in the ewk_init()
Product: WebKit Reporter: Jinwoo Song <jinwoo7.song>
Component: WebKit EFLAssignee: Jinwoo Song <jinwoo7.song>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jinwoo Song 2014-07-29 21:05:33 PDT
EFL build requires glib version 2.38 but g_type_init() has been deprecated since version 2.36.
As the type system is initialized automatically since version 2.36, we do not need to call g_type_init() in the ewk_init().

https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#g-type-init
Comment 1 Jinwoo Song 2014-07-29 21:08:50 PDT
Created attachment 235731 [details]
Patch
Comment 2 Gyuyoung Kim 2014-07-29 21:10:48 PDT
Comment on attachment 235731 [details]
Patch

LGTM
Comment 3 WebKit Commit Bot 2014-07-29 21:26:30 PDT
Comment on attachment 235731 [details]
Patch

Clearing flags on attachment: 235731

Committed r171788: <http://trac.webkit.org/changeset/171788>
Comment 4 WebKit Commit Bot 2014-07-29 21:26:34 PDT
All reviewed patches have been landed.  Closing bug.