RESOLVED FIXED 100505
[EFL][WK2] Simplify getting impl from ewk_view evas object instance
https://bugs.webkit.org/show_bug.cgi?id=100505
Summary [EFL][WK2] Simplify getting impl from ewk_view evas object instance
Mikhail Pozdnyakov
Reported 2012-10-26 05:03:14 PDT
Currently have to use 2 macros to get impl from ewk_view evas object instance, should be simplified to one.
Attachments
patch (27.21 KB, patch)
2012-10-29 07:25 PDT, Mikhail Pozdnyakov
no flags
Mikhail Pozdnyakov
Comment 1 2012-10-29 07:25:05 PDT
Chris Dumez
Comment 2 2012-10-29 07:30:37 PDT
Comment on attachment 171245 [details] patch How come we're not using EwkViewImpl::fromEvasObject() at all?
Kenneth Rohde Christiansen
Comment 3 2012-10-29 07:36:52 PDT
(In reply to comment #2) > (From update of attachment 171245 [details]) > How come we're not using EwkViewImpl::fromEvasObject() at all? Good question.
Mikhail Pozdnyakov
Comment 4 2012-10-29 09:02:59 PDT
(In reply to comment #3) > (In reply to comment #2) > > (From update of attachment 171245 [details] [details]) > > How come we're not using EwkViewImpl::fromEvasObject() at all? > > Good question. Well, EwkViewImpl::fromEvasObject() is for internal usage, it does not have all that null checking and failure logging but has assertions instead. So I would say given macro here is more appropriate.
WebKit Review Bot
Comment 5 2012-10-30 01:43:20 PDT
Comment on attachment 171245 [details] patch Clearing flags on attachment: 171245 Committed r132879: <http://trac.webkit.org/changeset/132879>
WebKit Review Bot
Comment 6 2012-10-30 01:43:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.