Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 67f9f02296b10ba3829641bf42df0bce965134fd
      
https://github.com/WebKit/WebKit/commit/67f9f02296b10ba3829641bf42df0bce965134fd
  Author: Alex Christensen <[email protected]>
  Date:   2023-08-30 (Wed, 30 Aug 2023)

  Changed paths:
    M Source/WebKit/Scripts/generate-serializers.py
    M Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp
    M Source/WebKit/Scripts/webkit/tests/TestSerializedType.serialization.in

  Log Message:
  -----------
  Remove semicolon from serialization metadata derived from using statement
https://bugs.webkit.org/show_bug.cgi?id=260914

Reviewed by Brady Eidson.

We have several "using" statements in serialization.in files, and they add a 
semicolon to the type metadata
if a semicolon is present in the serialization.in files.  Other places in the 
serialization.in files are tolerant
of the presence or absence of semicolons.  This makes "using" statements 
similarly tolerant.

* Source/WebKit/Scripts/generate-serializers.py:
(parse_serialized_types):
* Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp:
(WebKit::allSerializedTypes):
* Source/WebKit/Scripts/webkit/tests/TestSerializedType.serialization.in:

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to