[webkit-changes] [WebKit/WebKit] 35b48d: libwebm/webm_parser/src/master_parser.h cannot use...

youennf noreply at github.com
Tue Sep 20 15:12:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 35b48db2b4523fbfa8968329f97729d5b43b01b1
      https://github.com/WebKit/WebKit/commit/35b48db2b4523fbfa8968329f97729d5b43b01b1
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2022-09-20 (Tue, 20 Sep 2022)

  Changed paths:
    M Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/master_parser.h

  Log Message:
  -----------
  libwebm/webm_parser/src/master_parser.h cannot use std::hash argument_type
https://bugs.webkit.org/show_bug.cgi?id=245439
rdar://96912027

Reviewed by Eric Carlson.

argument_type is deprecated, instead we use the base std::uint32_t type.

* Source/ThirdParty/libwebrtc/Source/third_party/libwebm/webm_parser/src/master_parser.h:
(webm::MasterParser::IdHash::operator() const):

Canonical link: https://commits.webkit.org/254695@main




More information about the webkit-changes mailing list