Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e4dbf952205ee07df27025f263bd35db06c9149c
      
https://github.com/WebKit/WebKit/commit/e4dbf952205ee07df27025f263bd35db06c9149c
  Author: Fujii Hironori <[email protected]>
  Date:   2024-10-07 (Mon, 07 Oct 2024)

  Changed paths:
    M Source/WTF/wtf/RefTrackerMixin.h

  Log Message:
  -----------
  REGRESSION(284791@main): wtf/RefTrackerMixin.h(112,36): warning: 
'WTF::RefTrackerLoggingDisabledScope::RefTrackerLoggingDisabledScope<T>' 
redeclared without 'dllimport' attribute: 'dllexport' attribute added
https://bugs.webkit.org/show_bug.cgi?id=281032

Unreviewed build fix for Windows Debug builds.
After <https://commits.webkit.org/284791@main>, it reported an compiler warning.

> wtf/RefTrackerMixin.h(112,36): warning: 
> 'WTF::RefTrackerLoggingDisabledScope::RefTrackerLoggingDisabledScope<T>' 
> redeclared without 'dllimport' attribute: 'dllexport' attribute added 
> [-Winconsistent-dllimport]

WTF_EXPORT_PRIVATE doesn't have to be applied to inline functions.

* Source/WTF/wtf/RefTrackerMixin.h:
(WTF::RefTrackerLoggingDisabledScope::RefTrackerLoggingDisabledScope):
(WTF::RefTrackerLoggingDisabledScope::~RefTrackerLoggingDisabledScope):
(WTF::RefTrackerLoggingDisabledScope<T>::RefTrackerLoggingDisabledScope): 
Deleted.
(WTF::RefTrackerLoggingDisabledScope<T>::~RefTrackerLoggingDisabledScope): 
Deleted.

Canonical link: https://commits.webkit.org/284811@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

Reply via email to