[webkit-changes] [WebKit/WebKit] 7d4bbc: Logger should have a virtual destructor

Ryosuke Niwa noreply at github.com
Mon May 20 21:28:59 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7d4bbc7f02e020e691e58a697389e727cb9b454a
      https://github.com/WebKit/WebKit/commit/7d4bbc7f02e020e691e58a697389e727cb9b454a
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-05-20 (Mon, 20 May 2024)

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

  Log Message:
  -----------
  Logger should have a virtual destructor
https://bugs.webkit.org/show_bug.cgi?id=274432

Reviewed by David Kilzer and Chris Dumez.

Added the virtual destructor since AggregateLogger subclasses Logger
and has non-POD member variables.

* Source/WTF/wtf/Logger.h:
(WTF::Logger::~Logger):

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