Title: [236903] trunk/Source/WebKit
- Revision
- 236903
- Author
- [email protected]
- Date
- 2018-10-06 19:48:38 -0700 (Sat, 06 Oct 2018)
Log Message
Tried to fix the macOS Mojave build.
* UIProcess/API/Cocoa/LegacyBundleForClass.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (236902 => 236903)
--- trunk/Source/WebKit/ChangeLog 2018-10-07 01:29:52 UTC (rev 236902)
+++ trunk/Source/WebKit/ChangeLog 2018-10-07 02:48:38 UTC (rev 236903)
@@ -1,5 +1,11 @@
2018-10-06 Dan Bernstein <[email protected]>
+ Tried to fix the macOS Mojave build.
+
+ * UIProcess/API/Cocoa/LegacyBundleForClass.mm:
+
+2018-10-06 Dan Bernstein <[email protected]>
+
WebKit part of [Xcode] Update some build settings as recommended by Xcode 10
https://bugs.webkit.org/show_bug.cgi?id=190250
Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/LegacyBundleForClass.mm (236902 => 236903)
--- trunk/Source/WebKit/UIProcess/API/Cocoa/LegacyBundleForClass.mm 2018-10-07 01:29:52 UTC (rev 236902)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/LegacyBundleForClass.mm 2018-10-07 02:48:38 UTC (rev 236903)
@@ -38,5 +38,7 @@
} \
@end
+IGNORE_WARNINGS_BEGIN("deprecated-implementations")
DEFINE_BUNDLE_FOR_CLASS(WebArchive)
DEFINE_BUNDLE_FOR_CLASS(WebResource)
+IGNORE_WARNINGS_END
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes