Bug 139673 - [EFL]Fix build warning in /WebKit/Source/WebKit2/WebProcess/Storage/WebStorageNamespaceProvider.cpp
Summary: [EFL]Fix build warning in /WebKit/Source/WebKit2/WebProcess/Storage/WebStorag...
Status: RESOLVED INVALID
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-12-15 23:10 PST by Tanay
Modified: 2015-02-16 07:57 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2014-12-15 23:18 PST, Tanay
ossy: review-
ossy: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tanay 2014-12-15 23:10:30 PST
../../Source/WebKit2/WebProcess/Storage/WebStorageNamespaceProvider.cpp:80:35: warning: unused parameter ‘topLevelOrigin’ [-Wunused-parameter]
 RefPtr<WebCore::StorageNamespace> WebStorageNamespaceProvider::createTransientLocalStorageNamespace(WebCore::SecurityOrigin& topLevelOrigin, unsigned quota)
Comment 1 Tanay 2014-12-15 23:18:59 PST
Created attachment 243351 [details]
Patch
Comment 2 Jaehun Lim 2014-12-23 16:51:57 PST
Comment on attachment 243351 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=243351&action=review

> Source/WebKit2/ChangeLog:3
> +        [EFL]Fix build warning in /WebKit/Source/WebKit2/WebProcess/Storage/WebStorageNamespaceProvider.cpp

Not [EFL] issue.
Comment 3 Csaba Osztrogonác 2015-02-16 07:57:14 PST
Comment on attachment 243351 [details]
Patch

It is already used since http://trac.webkit.org/changeset/177810