Bug 105395 - Unused parameters on WebContext.cpp
Summary: Unused parameters on WebContext.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: KyungTae Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-18 23:30 PST by KyungTae Kim
Modified: 2012-12-19 00:22 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.59 KB, patch)
2012-12-18 23:35 PST, KyungTae Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KyungTae Kim 2012-12-18 23:30:44 PST
The allowSpecificHTTPSCertificateForHost (by bug 105235 ) function's certificate, host parameters are not used if !ENABLE(NETWORK_PROCESS).
Use UNUSED_PARAM macro to fix build warning.

Source/WebKit2/UIProcess/WebContext.cpp:1051:6: warning: unused parameter 'certificate' [-Wunused-parameter]
Source/WebKit2/UIProcess/WebContext.cpp:1051:6: warning: unused parameter 'host' [-Wunused-parameter]
Comment 1 KyungTae Kim 2012-12-18 23:35:09 PST
Created attachment 180102 [details]
Patch
Comment 2 Kentaro Hara 2012-12-19 00:02:59 PST
Comment on attachment 180102 [details]
Patch

ok
Comment 3 WebKit Review Bot 2012-12-19 00:22:25 PST
Comment on attachment 180102 [details]
Patch

Clearing flags on attachment: 180102

Committed r138126: <http://trac.webkit.org/changeset/138126>
Comment 4 WebKit Review Bot 2012-12-19 00:22:28 PST
All reviewed patches have been landed.  Closing bug.