Bug 141909 - [EFL] fix eo errors
Summary: [EFL] fix eo errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-23 08:52 PST by KwangHyuk
Modified: 2015-02-23 19:12 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.29 KB, patch)
2015-02-23 08:58 PST, KwangHyuk
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KwangHyuk 2015-02-23 08:52:11 PST
Fix eo errors that occur whenever minibrowser is launched.

ERR<11654>:eo lib/eo/eo.c:676 _eo_call_resolve() in elm_entry.eo.c:302: func 'elm_obj_entry_text_style_user_push' (1281) could not be resolved for class 'Elm_Label'.
ERR<11654>:eo lib/eo/eo.c:676 _eo_call_resolve() in elm_win.eo.c:450: func 'elm_obj_win_resize_object_add' (371) could not be resolved for class 'Elm_Genlist'.
Comment 1 KwangHyuk 2015-02-23 08:58:52 PST
Created attachment 247122 [details]
Patch
Comment 2 Ryuan Choi 2015-02-23 16:40:24 PST
Good to me
Comment 3 KwangHyuk 2015-02-23 17:30:19 PST
(In reply to comment #2)
> Good to me

You are back ?
Comment 4 WebKit Commit Bot 2015-02-23 19:12:05 PST
Comment on attachment 247122 [details]
Patch

Clearing flags on attachment: 247122

Committed r180542: <http://trac.webkit.org/changeset/180542>
Comment 5 WebKit Commit Bot 2015-02-23 19:12:10 PST
All reviewed patches have been landed.  Closing bug.