[webkit-changes] [WebKit/WebKit] dff5da: Fix PlayStation build break after 274356 at main

jigenzhou noreply at github.com
Fri Feb 9 15:12:28 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dff5dac5d6ca5d186ffc64d9e040708ad908ffa8
      https://github.com/WebKit/WebKit/commit/dff5dac5d6ca5d186ffc64d9e040708ad908ffa8
  Author: Jigen Zhou <jigen.zhou at sony.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
    M Source/WebCore/Modules/mediasource/SourceBuffer.cpp
    M Source/WebCore/platform/graphics/MediaSourcePrivate.h

  Log Message:
  -----------
  Fix PlayStation build break after 274356 at main
https://bugs.webkit.org/show_bug.cgi?id=269082

Reviewed by Don Olmstead.

An unnecessary WEBCORE_EXPORT was declared for a member of MediaSourcePrivate (declared WEBCORE_EXPORT).
Also restored UNUSED_PARAM check for used parameter for RELEASE_LOG_DISABLED

* Source/WebCore/Modules/mediasource/SourceBuffer.cpp:
* Source/WebCore/platform/graphics/MediaSourcePrivate.h:

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




More information about the webkit-changes mailing list