Bug 133269

Summary: [EFL][GTK][WK2] Fix unused parameter compile warning.
Product: WebKit Reporter: Sanghyup Lee <sh53.lee>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Sanghyup Lee
Reported 2014-05-25 17:32:09 PDT
Source/WebKit2/WebProcess/WebPage/WebPage.cpp:4350:6: warning: unused parameter ‘frame’ [-Wunused-parameter] void WebPage::didFinishDocumentLoad(WebFrame* frame) Use UNUSED_PARAM macro to fix build warning WebPage::didFinishDocumentLoad.
Attachments
Patch (1.30 KB, patch)
2014-05-25 17:36 PDT, Sanghyup Lee
no flags
Sanghyup Lee
Comment 1 2014-05-25 17:36:26 PDT
Alberto Garcia
Comment 2 2014-05-28 07:32:40 PDT
Tim Horton
Comment 3 2014-05-29 01:52:29 PDT
Comment on attachment 232045 [details] Patch Clearing the review flag because the bug is already closed.
Note You need to log in before you can comment on or make changes to this bug.