[webkit-changes] [WebKit/WebKit] a505bd: IDL Callbacks with variadic params cause build fai...

Luke Warlow noreply at github.com
Mon Jan 15 14:25:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a505bd79a80c6d9ecde4c2ecb518287eb99bc85a
      https://github.com/WebKit/WebKit/commit/a505bd79a80c6d9ecde4c2ecb518287eb99bc85a
  Author: Luke Warlow <lwarlow at igalia.com>
  Date:   2024-01-15 (Mon, 15 Jan 2024)

  Changed paths:
    M Source/WebCore/bindings/scripts/CodeGeneratorJS.pm
    M Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithVariadic.cpp
    M Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithVariadic.h

  Log Message:
  -----------
  IDL Callbacks with variadic params cause build failures on some platforms
https://bugs.webkit.org/show_bug.cgi?id=267548

Reviewed by Chris Dumez.

Includes the IDLType import in the header file to prevent template
specialization errors on some platforms.

* Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:
(GenerateCallbackHeaderContent):
* Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithVariadic.cpp:
* Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithVariadic.h:

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




More information about the webkit-changes mailing list