Title: [288752] branches/safari-613-branch/Source/WTF/wtf/PlatformEnable.h
Revision
288752
Author
kocsen_ch...@apple.com
Date
2022-01-28 11:47:34 -0800 (Fri, 28 Jan 2022)

Log Message

Apply patch. rdar://problem/88164014

Modified Paths


Diff

Modified: branches/safari-613-branch/Source/WTF/wtf/PlatformEnable.h (288751 => 288752)


--- branches/safari-613-branch/Source/WTF/wtf/PlatformEnable.h	2022-01-28 19:29:06 UTC (rev 288751)
+++ branches/safari-613-branch/Source/WTF/wtf/PlatformEnable.h	2022-01-28 19:47:34 UTC (rev 288752)
@@ -945,9 +945,3 @@
 #if ENABLE(WEBXR_HANDS) && !ENABLE(WEBXR)
 #error "ENABLE(WEBXR_HANDS) requires ENABLE(WEBXR)"
 #endif
-
-#if ENABLE(SERVICE_WORKER) && ENABLE(NOTIFICATIONS)
-#if !defined(ENABLE_NOTIFICATION_EVENT)
-#define ENABLE_NOTIFICATION_EVENT 1
-#endif
-#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to