Bug 150522 - [EFL] Fix a wrong enum variable use
Summary: [EFL] Fix a wrong enum variable use
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-23 17:17 PDT by Gyuyoung Kim
Modified: 2015-10-24 13:05 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2015-10-23 17:18 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2015-10-23 17:17:35 PDT
In EwkView::requestPopupMenu a wrong case constant variable has been used. *textDirection* is a type of WKPopupItemTextDirection though, we have used a constant of Ewk_Text_Direction. This is wrong.
Comment 1 Gyuyoung Kim 2015-10-23 17:18:25 PDT
Created attachment 263964 [details]
Patch
Comment 2 WebKit Commit Bot 2015-10-24 13:05:23 PDT
Comment on attachment 263964 [details]
Patch

Clearing flags on attachment: 263964

Committed r191536: <http://trac.webkit.org/changeset/191536>
Comment 3 WebKit Commit Bot 2015-10-24 13:05:28 PDT
All reviewed patches have been landed.  Closing bug.