Bug 150522

Summary: [EFL] Fix a wrong enum variable use
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, lucas.de.marchi, ossy
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.