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

Ryuan Choi
Reported 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.
Attachments
Patch (1.51 KB, patch)
2014-08-26 01:17 PDT, Ryuan Choi
no flags
Ryuan Choi
Comment 1 2014-08-26 01:17:44 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2014-08-26 04:18:33 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.