[webkit-changes] [WebKit/WebKit] 9fe47e: REGRESSION(258347 at main): Fix webkit.h public header

Thomas Devoogdt noreply at github.com
Tue Jan 17 00:57:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9fe47e98a7f3b542413f3793912b291599f05860
      https://github.com/WebKit/WebKit/commit/9fe47e98a7f3b542413f3793912b291599f05860
  Author: Thomas Devoogdt <thomas.devoogdt at barco.com>
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
    M Source/WebKit/Scripts/glib/generate-api-header.py
    M Source/WebKit/UIProcess/API/gtk/WebKitEnumTypesGtk3.h.in

  Log Message:
  -----------
  REGRESSION(258347 at main): Fix webkit.h public header

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

Reviewed by Carlos Garcia Campos.

Since commit 654646fe6187abcf9ced6a3ace80eaf04754fd39, the webkit.h file is generated
and does only define __WEBKIT_H_INSIDE__. So replace the only remaining __WEBKIT2_H_INSIDE__
defines to avoid any "Only <webkit2/webkit2.h> can be included directly." error.

Signed-off-by: Thomas Devoogdt <thomas.devoogdt at barco.com>

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




More information about the webkit-changes mailing list