RESOLVED FIXED 144427
Fix the EFL build after r183595
https://bugs.webkit.org/show_bug.cgi?id=144427
Summary Fix the EFL build after r183595
Hunseop Jeong
Reported 2015-04-29 18:59:51 PDT
../../Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp:91:13: error: ‘void WebKit::updateWheelEventTestTriggersIfNeeded(uint64_t)’ defined but not used [-Werror=unused-function] static void updateWheelEventTestTriggersIfNeeded(uint64_t pageID) https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/21547/steps/compile-webkit/logs/stdio
Attachments
Patch (1.85 KB, patch)
2015-04-29 19:02 PDT, Hunseop Jeong
no flags
Patch (1.96 KB, patch)
2015-04-29 19:36 PDT, Hunseop Jeong
no flags
Hunseop Jeong
Comment 1 2015-04-29 19:02:04 PDT
Gyuyoung Kim
Comment 2 2015-04-29 19:27:50 PDT
Comment on attachment 252022 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=252022&action=review > Source/WebKit2/ChangeLog:9 > + (WebKit::updateWheelEventTestTriggersIfNeeded): Deleted. Wrong description. updateWheelEventTestTriggersIfNeeded() is guarded by #if ENABLE(CSS_SCROLL_SNAP) || ENABLE(RUBBER_BANDING).
Hunseop Jeong
Comment 3 2015-04-29 19:36:51 PDT
Hunseop Jeong
Comment 4 2015-04-29 19:42:36 PDT
(In reply to comment #2) > Comment on attachment 252022 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=252022&action=review > > > Source/WebKit2/ChangeLog:9 > > + (WebKit::updateWheelEventTestTriggersIfNeeded): Deleted. > > Wrong description. updateWheelEventTestTriggersIfNeeded() is guarded by #if > ENABLE(CSS_SCROLL_SNAP) || ENABLE(RUBBER_BANDING). Thanks for the review. I will try to practice the writing description.
Gyuyoung Kim
Comment 5 2015-04-29 19:45:38 PDT
Comment on attachment 252028 [details] Patch Clearing flags on attachment: 252028 Committed r183605: <http://trac.webkit.org/changeset/183605>
Gyuyoung Kim
Comment 6 2015-04-29 19:45:44 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.