Changeset 277393 in webkit
- Timestamp:
- May 12, 2021, 2:57:39 PM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r277392 r277393 1 2021-05-12 Chris Dumez <cdumez@apple.com> 2 3 Unreviewed follow-up to r277376. 4 5 Enable the API tests only if ENABLE(NOTIFICATIONS). It is important since 6 notifications are enabled on macOS but not iOS currently. 7 8 * TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm: 9 1 10 2021-05-12 Sihui Liu <sihui_liu@apple.com> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/NotificationAPI.mm
r277376 r277393 26 26 #import "config.h" 27 27 28 #if ENABLE(NOTIFICATIONS) 28 29 #import "PlatformUtilities.h" 29 30 #import "TestWKWebView.h" … … 169 170 170 171 } // namespace TestWebKitAPI 172 173 #endif // ENABLE(NOTIFICATIONS)
Note:
See TracChangeset
for help on using the changeset viewer.