[webkit-changes] [WebKit/WebKit] 784117: Fix unused parameter warnings when !ENABLE(WEB_AUDIO)

Don Olmstead noreply at github.com
Mon Jul 10 15:36:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 784117b4fe33caec26a96a185b216eb48b58d460
      https://github.com/WebKit/WebKit/commit/784117b4fe33caec26a96a185b216eb48b58d460
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
    M Source/WebCore/bindings/js/SerializedScriptValue.cpp

  Log Message:
  -----------
  Fix unused parameter warnings when !ENABLE(WEB_AUDIO)
https://bugs.webkit.org/show_bug.cgi?id=259002

Reviewed by Youenn Fablet.

Add `UNUSED_PARAM`s to the `!ENABLE(WEB_AUDIO)` block.

* Source/WebCore/bindings/js/SerializedScriptValue.cpp:
(WebCore::isTypeExposedToGlobalObject):

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




More information about the webkit-changes mailing list