[webkit-changes] [WebKit/WebKit] 7e4231: Web Inspector: JavaScriptCore - error: member acce...
Qianlang Chen
noreply at github.com
Fri Aug 23 09:59:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7e42319448fe66f3ccfff77d04c6f7ba84c28fe8
https://github.com/WebKit/WebKit/commit/7e42319448fe66f3ccfff77d04c6f7ba84c28fe8
Author: Qianlang Chen <qianlangchen at apple.com>
Date: 2024-08-23 (Fri, 23 Aug 2024)
Changed paths:
M Source/JavaScriptCore/CMakeLists.txt
M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
M Source/JavaScriptCore/inspector/remote/RemoteInspector.h
Log Message:
-----------
Web Inspector: JavaScriptCore - error: member access into incomplete type 'Inspector::RemoteConnectionToTarget'
https://bugs.webkit.org/show_bug.cgi?id=278475
rdar://134288008
Reviewed by BJ Burg.
* Source/JavaScriptCore/inspector/remote/RemoteInspector.h:
- Avoid forward declaring RemoteConnectionToTarget.
* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
- Ensure the RemoteConnectionToTarget header is visible from
WebKitLegacy since WebView.mm includes RemoteInspector.h, which
with this patch now includes RemoteConnectionToTarget.h.
Canonical link: https://commits.webkit.org/282663@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list