[webkit-changes] [WebKit/WebKit] a355db: Use "= default" for few more destructor in Media a...

Commit Queue noreply at github.com
Thu Mar 14 08:48:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a355dba7e447883831de3485042dba8c3eddd931
      https://github.com/WebKit/WebKit/commit/a355dba7e447883831de3485042dba8c3eddd931
  Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
  Date:   2024-03-14 (Thu, 14 Mar 2024)

  Changed paths:
    M Source/WebCore/html/MediaDocument.cpp
    M Source/WebCore/html/track/TextTrackList.cpp
    M Source/WebCore/html/track/TrackListBase.cpp

  Log Message:
  -----------
  Use "= default" for few more destructor in Media and Track

https://bugs.webkit.org/show_bug.cgi?id=270953

Reviewed by Chris Dumez.

Similar to other places, use `=default` for our destructor in
`MediaDocument.cpp`, `TextTrackList.cpp` and `TrackListBase.cpp`.

* Source/WebCore/html/MediaDocument.cpp:
(MediaDocument::~MediaDocument):
* Source/WebCore/html/track/TextTrackList.cpp:
(TextTrackList::~TextTrackList):
* Source/WebCore/html/track/TrackListBase.cpp:
(TrackListBase::~TrackListBase):

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