Title: [176935] trunk/Source/WebKit2
- Revision
- 176935
- Author
- [email protected]
- Date
- 2014-12-08 01:15:36 -0800 (Mon, 08 Dec 2014)
Log Message
Fix build warning in WebKit2/UIProcess module.
https://bugs.webkit.org/show_bug.cgi?id=139386
Patch by Shivakumar JM <[email protected]> on 2014-12-08
Reviewed by Alexey Proskuryakov.
Fix build warning by removing unused parameter name from function
* UIProcess/WebsiteData/WebsiteDataStore.cpp:
(WebKit::WebsiteDataStore::WebsiteDataStore):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (176934 => 176935)
--- trunk/Source/WebKit2/ChangeLog 2014-12-08 03:50:34 UTC (rev 176934)
+++ trunk/Source/WebKit2/ChangeLog 2014-12-08 09:15:36 UTC (rev 176935)
@@ -1,3 +1,15 @@
+2014-12-08 Shivakumar JM <[email protected]>
+
+ Fix build warning in WebKit2/UIProcess module.
+ https://bugs.webkit.org/show_bug.cgi?id=139386
+
+ Reviewed by Alexey Proskuryakov.
+
+ Fix build warning by removing unused parameter name from function
+
+ * UIProcess/WebsiteData/WebsiteDataStore.cpp:
+ (WebKit::WebsiteDataStore::WebsiteDataStore):
+
2014-12-07 Gwang Yoon Hwang <[email protected]>
[CoordinatedGraphics] Change the namespace of CoordinatedBackingStore and CoordinatedGraphicsScene
Modified: trunk/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp (176934 => 176935)
--- trunk/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp 2014-12-08 03:50:34 UTC (rev 176934)
+++ trunk/Source/WebKit2/UIProcess/WebsiteData/WebsiteDataStore.cpp 2014-12-08 09:15:36 UTC (rev 176935)
@@ -46,7 +46,7 @@
return adoptRef(new WebsiteDataStore(WTF::move(configuration)));
}
-WebsiteDataStore::WebsiteDataStore(Configuration configuration)
+WebsiteDataStore::WebsiteDataStore(Configuration)
: m_sessionID(WebCore::SessionID::defaultSessionID())
{
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes