[webkit-changes] [WebKit/WebKit] 44b0ce: REGRESSION(284194 at main): lld-link: error: duplicat...

Fujii Hironori noreply at github.com
Wed Sep 25 01:52:16 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 44b0cec9cd0a04ca90b8aae0a8fc79c4f0c029fd
      https://github.com/WebKit/WebKit/commit/44b0cec9cd0a04ca90b8aae0a8fc79c4f0c029fd
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-09-25 (Wed, 25 Sep 2024)

  Changed paths:
    M Source/JavaScriptCore/inspector/agents/InspectorTargetAgent.h

  Log Message:
  -----------
  REGRESSION(284194 at 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


More information about the webkit-changes mailing list