Title: [285053] trunk/Source/WebKit
- Revision
- 285053
- Author
- achristen...@apple.com
- Date
- 2021-10-29 14:31:58 -0700 (Fri, 29 Oct 2021)
Log Message
Fix internal macOS build after r285047
https://bugs.webkit.org/show_bug.cgi?id=232462
* Modules/OSX.modulemap:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (285052 => 285053)
--- trunk/Source/WebKit/ChangeLog 2021-10-29 21:15:47 UTC (rev 285052)
+++ trunk/Source/WebKit/ChangeLog 2021-10-29 21:31:58 UTC (rev 285053)
@@ -1,5 +1,12 @@
2021-10-29 Alex Christensen <achristen...@webkit.org>
+ Fix internal macOS build after r285047
+ https://bugs.webkit.org/show_bug.cgi?id=232462
+
+ * Modules/OSX.modulemap:
+
+2021-10-29 Alex Christensen <achristen...@webkit.org>
+
Remove code inside ENABLE(NETSCAPE_PLUGIN_API)
https://bugs.webkit.org/show_bug.cgi?id=232462
Modified: trunk/Source/WebKit/Modules/OSX.modulemap (285052 => 285053)
--- trunk/Source/WebKit/Modules/OSX.modulemap 2021-10-29 21:15:47 UTC (rev 285052)
+++ trunk/Source/WebKit/Modules/OSX.modulemap 2021-10-29 21:31:58 UTC (rev 285053)
@@ -2,14 +2,6 @@
umbrella header "WebKit.h"
module * { export * }
export *
-
- explicit module NPAPI {
- header "nptypes.h"
- header "npapi.h"
- header "npfunctions.h"
- header "npruntime.h"
- export *
- }
explicit module DOMProgressEvent {
header "DOMProgressEvent.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes