[webkit-changes] [WebKit/WebKit] 26c662: DOMException should have a virtual destructor

Ryosuke Niwa noreply at github.com
Sun May 19 23:56:50 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 26c66251dd455a7a311f113872fcb57b80e6d93c
      https://github.com/WebKit/WebKit/commit/26c66251dd455a7a311f113872fcb57b80e6d93c
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-05-19 (Sun, 19 May 2024)

  Changed paths:
    M Source/WebCore/dom/DOMException.h

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

Reviewed by Chris Dumez.

Added a virtual destructor since this class has subclasses.

* Source/WebCore/dom/DOMException.h:
(WebCore::DOMException::~DOMException):

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