Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 44b0cec9cd0a04ca90b8aae0a8fc79c4f0c029fd
https://github.com/WebKit/WebKit/commit/44b0cec9cd0a04ca90b8aae0a8fc79c4f0c029fd
Author: Fujii Hironori <[email protected]>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M Source/JavaScriptCore/inspector/agents/InspectorTargetAgent.h
Log Message:
-----------
REGRESSION(284194@main): lld-link: error: duplicate symbol: public: __cdecl
WTF::CanMakeCheckedPtrBase<class WTF::SingleThreadIntegralWrapper<unsigned
int>, ...>
https://bugs.webkit.org/show_bug.cgi?id=280324
Unreviewed build fix.
Windows port couldn't link WebKit2.dll.
> lld-link: error: duplicate symbol: public: __cdecl
> WTF::CanMakeCheckedPtrBase<class WTF::SingleThreadIntegralWrapper<unsigned
> int>, unsigned int, 0>
> ::CanMakeCheckedPtrBase<class WTF::SingleThreadIntegralWrapper<unsigned
> int>, unsigned int, 0>
> (class WTF::CanMakeCheckedPtrBase<class
> WTF::SingleThreadIntegralWrapper<unsigned int>, unsigned int, 0> const &)
* Source/JavaScriptCore/inspector/agents/InspectorTargetAgent.h:
Added JS_EXPORT_PRIVATE to InspectorTargetAgent methods instead of the whole
class.
Canonical link: https://commits.webkit.org/284214@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes