RESOLVED FIXED 132936
[EFL][WK2] Use default context for ewk_view_add
https://bugs.webkit.org/show_bug.cgi?id=132936
Summary [EFL][WK2] Use default context for ewk_view_add
Ryuan Choi
Reported 2014-05-14 20:33:32 PDT
It's regression of r146265.
Attachments
Patch (1.53 KB, patch)
2014-05-14 20:43 PDT, Ryuan Choi
no flags
Patch (2.36 KB, patch)
2014-05-14 20:55 PDT, Ryuan Choi
no flags
Ryuan Choi
Comment 1 2014-05-14 20:43:25 PDT
Ryuan Choi
Comment 2 2014-05-14 20:55:41 PDT
Jinwoo Song
Comment 3 2014-05-14 21:03:31 PDT
Comment on attachment 231487 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231487&action=review > Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp:254 > + ASSERT_EQ(ewk_view_context_get(view), ewk_context_default_get()); You have to change the parameter order because ewk_context_default_get() is the expected result in this case.
Ryuan Choi
Comment 4 2014-05-14 21:21:29 PDT
Ryuan Choi
Comment 5 2014-05-14 21:33:19 PDT
Comment on attachment 231487 [details] Patch thanks, fixed and landed.
Note You need to log in before you can comment on or make changes to this bug.