Bug 142009 - Fix build warning after r180575
Summary: Fix build warning after r180575
Status: RESOLVED DUPLICATE of bug 142014
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hunseop Jeong
URL:
Keywords:
Depends on:
Blocks: 141975
  Show dependency treegraph
 
Reported: 2015-02-24 23:30 PST by Hunseop Jeong
Modified: 2015-02-25 08:47 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2015-02-24 23:35 PST, Hunseop Jeong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2015-02-24 23:30:18 PST
../../Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp:103:26: warning: unused parameter ‘isNonPersistentStore’ [-Wunused-parameter]
 static ProcessAccessType computeWebProcessAccessTypeForDataFetch(WebsiteDataTypes dataTypes, bool isNonPersistentStore)
Comment 1 Hunseop Jeong 2015-02-24 23:35:14 PST
Created attachment 247318 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-02-25 07:03:30 PST

*** This bug has been marked as a duplicate of bug 142014 ***