Title: [252400] trunk/Source/WebKit
- Revision
- 252400
- Author
- [email protected]
- Date
- 2019-11-13 03:31:18 -0800 (Wed, 13 Nov 2019)
Log Message
Unreviewed, fix build for ServiceWorkers disabled
* UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::enableServiceWorkers):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (252399 => 252400)
--- trunk/Source/WebKit/ChangeLog 2019-11-13 11:08:24 UTC (rev 252399)
+++ trunk/Source/WebKit/ChangeLog 2019-11-13 11:31:18 UTC (rev 252400)
@@ -1,3 +1,10 @@
+2019-11-13 Philippe Normand <[email protected]>
+
+ Unreviewed, fix build for ServiceWorkers disabled
+
+ * UIProcess/WebProcessProxy.cpp:
+ (WebKit::WebProcessProxy::enableServiceWorkers):
+
2019-11-13 Rob Buis <[email protected]>
Support stale-while-revalidate cache strategy
Modified: trunk/Source/WebKit/UIProcess/WebProcessProxy.cpp (252399 => 252400)
--- trunk/Source/WebKit/UIProcess/WebProcessProxy.cpp 2019-11-13 11:08:24 UTC (rev 252399)
+++ trunk/Source/WebKit/UIProcess/WebProcessProxy.cpp 2019-11-13 11:31:18 UTC (rev 252400)
@@ -1628,7 +1628,9 @@
},
nullptr,
};
+#if ENABLE(SERVICE_WORKER)
updateServiceWorkerProcessAssertion();
+#endif
}
} // namespace WebKit
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes