Bug 139386

Summary: Fix build warning in WebKit2/UIProcess module
Product: WebKit Reporter: Shivakumar J M <shiva.jm>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, gyuyoung.kim, ossy, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Shivakumar J M 2014-12-07 22:49:23 PST
Fix build warning in WebKit2/UIProcess module:

[2806/3510] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.cpp.o
../../Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:49:1: warning: unused parameter ‘configuration’ [-Wunused-parameter]
 WebsiteDataStore::WebsiteDataStore(Configuration configuration)
Comment 1 Shivakumar J M 2014-12-07 22:52:56 PST
Created attachment 242786 [details]
Patch

Fix build warning by removing unused parameter name from function. might have casued by bug:https://bugs.webkit.org/show_bug.cgi?id=139312
Comment 2 WebKit Commit Bot 2014-12-08 01:15:00 PST
Comment on attachment 242786 [details]
Patch

Clearing flags on attachment: 242786

Committed r176935: <http://trac.webkit.org/changeset/176935>
Comment 3 WebKit Commit Bot 2014-12-08 01:15:05 PST
All reviewed patches have been landed.  Closing bug.