[webkit-changes] [WebKit/WebKit] 70491c: Serializable types shouldn't be able to have a spa...

Gavin noreply at github.com
Tue Feb 13 10:10:39 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 70491cb29ced6e380e0ef3843ce45b4223354f7c
      https://github.com/WebKit/WebKit/commit/70491cb29ced6e380e0ef3843ce45b4223354f7c
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M Source/WebKit/Scripts/generate-serializers.py
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Serializable types shouldn't be able to have a space in their name
https://bugs.webkit.org/show_bug.cgi?id=269293
rdar://122884538

Reviewed by Alex Christensen.

Corrects a spacing mistake in a .serialization.in file and adds basic
assertions within generate-serializers.py to catch similar mistakes in
the future.

* Source/WebKit/Scripts/generate-serializers.py:
(MemberVariable.__init__):
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list