Title: [227257] trunk/Source/WebKit
- Revision
- 227257
- Author
- [email protected]
- Date
- 2018-01-19 17:58:47 -0800 (Fri, 19 Jan 2018)
Log Message
Unreviewed build fix, removed unused lambda capture.
* UIProcess/WebResourceLoadStatisticsStore.cpp:
(WebKit::WebResourceLoadStatisticsStore::scheduleClearInMemoryAndPersistent):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (227256 => 227257)
--- trunk/Source/WebKit/ChangeLog 2018-01-20 01:57:43 UTC (rev 227256)
+++ trunk/Source/WebKit/ChangeLog 2018-01-20 01:58:47 UTC (rev 227257)
@@ -1,3 +1,10 @@
+2018-01-19 Ryan Haddad <[email protected]>
+
+ Unreviewed build fix, removed unused lambda capture.
+
+ * UIProcess/WebResourceLoadStatisticsStore.cpp:
+ (WebKit::WebResourceLoadStatisticsStore::scheduleClearInMemoryAndPersistent):
+
2018-01-19 John Wilander <[email protected]>
Resource Load Statistics: Remove unused calls to WebResourceLoadStatisticsStore:logTestingEvent() to fix API test
Modified: trunk/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.cpp (227256 => 227257)
--- trunk/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.cpp 2018-01-20 01:57:43 UTC (rev 227256)
+++ trunk/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.cpp 2018-01-20 01:58:47 UTC (rev 227257)
@@ -601,7 +601,7 @@
m_persistentStorage.clear();
if (shouldGrandfather == ShouldGrandfather::Yes)
- grandfatherExistingWebsiteData([this, protectedThis = makeRef(*this), callback = WTFMove(callback)]() {
+ grandfatherExistingWebsiteData([protectedThis = makeRef(*this), callback = WTFMove(callback)]() {
callback();
});
else {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes