Title: [262493] trunk/Tools
- Revision
- 262493
- Author
- [email protected]
- Date
- 2020-06-03 10:32:26 -0700 (Wed, 03 Jun 2020)
Log Message
Allow using web processes for service workers even though they loaded about URLs (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=212464
Unreviewed build fix.
* TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm: didFinishNavigation is now used unconditionally.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (262492 => 262493)
--- trunk/Tools/ChangeLog 2020-06-03 17:31:13 UTC (rev 262492)
+++ trunk/Tools/ChangeLog 2020-06-03 17:32:26 UTC (rev 262493)
@@ -1,3 +1,12 @@
+2020-06-03 Jonathan Bedard <[email protected]>
+
+ Allow using web processes for service workers even though they loaded about URLs (Follow-up fix)
+ https://bugs.webkit.org/show_bug.cgi?id=212464
+
+ Unreviewed build fix.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm: didFinishNavigation is now used unconditionally.
+
2020-06-02 Keith Rollin <[email protected]>
Revert FEATURES_DEFINES related changes
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm (262492 => 262493)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm 2020-06-03 17:31:13 UTC (rev 262492)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm 2020-06-03 17:32:26 UTC (rev 262493)
@@ -51,10 +51,7 @@
#import <wtf/text/WTFString.h>
static bool done;
-
-#if HAVE(NETWORK_FRAMEWORK)
static bool didFinishNavigation;
-#endif
static String expectedMessage;
static String retrievedString;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes