Bug 139432

Summary: [EFL] Fix build warning in Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp
Product: WebKit Reporter: Tanay <tanay.c>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Tanay 2014-12-09 00:45:25 PST
../../Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:80:6: warning: unused parameter ‘dataTypes’ [-Wunused-parameter]
 void WebsiteDataStore::removeDataModifiedSince(WebsiteDataTypes dataTypes, std::chrono::system_clock::time_point, std::function<void ()> completionHandler)
Comment 1 Tanay 2014-12-09 00:56:27 PST
Created attachment 242893 [details]
Patch
Comment 2 Tanay 2014-12-10 05:22:42 PST
(In reply to comment #1)
> Created attachment 242893 [details]
> Patch

Fixed by https://bugs.webkit.org/show_bug.cgi?id=139455
Comment 3 Anders Carlsson 2014-12-18 07:38:44 PST
Comment on attachment 242893 [details]
Patch

Is this still applicable?
Comment 4 Anders Carlsson 2014-12-18 07:39:14 PST
Comment on attachment 242893 [details]
Patch

Ah, it's not. Clearing flag.