Bug 133269 - [EFL][GTK][WK2] Fix unused parameter compile warning.
Summary: [EFL][GTK][WK2] Fix unused parameter compile warning.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-25 17:32 PDT by Sanghyup Lee
Modified: 2014-05-29 01:52 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.30 KB, patch)
2014-05-25 17:36 PDT, Sanghyup Lee
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sanghyup Lee 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.
Comment 1 Sanghyup Lee 2014-05-25 17:36:26 PDT
Created attachment 232045 [details]
Patch
Comment 2 Alberto Garcia 2014-05-28 07:32:40 PDT
This is already fixed:

http://trac.webkit.org/changeset/169421
Comment 3 Tim Horton 2014-05-29 01:52:29 PDT
Comment on attachment 232045 [details]
Patch

Clearing the review flag because the bug is already closed.