Title: [277678] trunk/Source/WebKit
- Revision
- 277678
- Author
- achristen...@apple.com
- Date
- 2021-05-18 14:23:40 -0700 (Tue, 18 May 2021)
Log Message
Allow SafariForWebKitDevelopment to launch successfully
https://bugs.webkit.org/show_bug.cgi?id=223551
Suggested by BJ Burg. Reviewed by Tim Horton.
* UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (277677 => 277678)
--- trunk/Source/WebKit/ChangeLog 2021-05-18 21:04:30 UTC (rev 277677)
+++ trunk/Source/WebKit/ChangeLog 2021-05-18 21:23:40 UTC (rev 277678)
@@ -1,3 +1,12 @@
+2021-05-18 Alex Christensen <achristen...@webkit.org>
+
+ Allow SafariForWebKitDevelopment to launch successfully
+ https://bugs.webkit.org/show_bug.cgi?id=223551
+
+ Suggested by BJ Burg. Reviewed by Tim Horton.
+
+ * UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm:
+
2021-05-18 Ryosuke Niwa <rn...@webkit.org>
Enabling IPC testing API should prevent WebContent process from getting terminated in more cases
Modified: trunk/Source/WebKit/UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm (277677 => 277678)
--- trunk/Source/WebKit/UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm 2021-05-18 21:04:30 UTC (rev 277677)
+++ trunk/Source/WebKit/UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm 2021-05-18 21:23:40 UTC (rev 277678)
@@ -834,4 +834,11 @@
} // namespace WebKit
+#if HAVE(SAFARI_FOR_WEBKIT_DEVELOPMENT_REQUIRING_EXTRA_SYMBOLS)
+WK_EXPORT @interface WKWebInspectorProxyObjCAdapter : WKWebInspectorUIProxyObjCAdapter
+@end
+@implementation WKWebInspectorProxyObjCAdapter
+@end
+#endif
+
#endif // PLATFORM(MAC)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes