[webkit-changes] [WebKit/WebKit] 7ca0c6: [GLib] Add more padding to more vtables

Michael Catanzaro noreply at github.com
Thu Feb 16 14:08:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7ca0c691aba64dd3dfba3a207f0381e13873a5cf
      https://github.com/WebKit/WebKit/commit/7ca0c691aba64dd3dfba3a207f0381e13873a5cf
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2023-02-16 (Thu, 16 Feb 2023)

  Changed paths:
    M Source/JavaScriptCore/API/glib/JSCClass.h.in
    M Source/WebKit/UIProcess/API/glib/WebKitPolicyDecision.h.in
    M Tools/TestWebKitAPI/Tests/JavaScriptCore/glib/TestJSC.cpp

  Log Message:
  -----------
  [GLib] Add more padding to more vtables
https://bugs.webkit.org/show_bug.cgi?id=252052

Reviewed by Adrian Perez de Castro.

Let's add more padding to these vtables for future-proofing. I am only
adding a small amount of additional padding because we never used any of
the previous padding and most likely that will not change.

* Source/JavaScriptCore/API/glib/JSCClass.h.in:
* Source/WebKit/UIProcess/API/glib/WebKitPolicyDecision.h.in:
* Tools/TestWebKitAPI/Tests/JavaScriptCore/glib/TestJSC.cpp:

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




More information about the webkit-changes mailing list