Bug 136246

Summary: [EFL] Remove dead code in WebPageEfl.cpp
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Ryuan Choi 2014-08-26 01:16:35 PDT
Reported by clang.

/home/ryuan/workspace/project/webkit/efl-webkit/Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp:83:20: warning: unused function 'scroll' [-Wunused-function]
static inline void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity)
                   ^
1 warning generated.

performDefaultBehaviorForKeyEvent uses WebPage::scroll instead of static function.
Comment 1 Ryuan Choi 2014-08-26 01:17:44 PDT
Created attachment 237139 [details]
Patch
Comment 2 WebKit Commit Bot 2014-08-26 04:18:28 PDT
Comment on attachment 237139 [details]
Patch

Clearing flags on attachment: 237139

Committed r172955: <http://trac.webkit.org/changeset/172955>
Comment 3 WebKit Commit Bot 2014-08-26 04:18:33 PDT
All reviewed patches have been landed.  Closing bug.