[webkit-changes] [WebKit/WebKit] dca14b: Remove EnumTraits specialization for IPC::MessageF...
Žan Doberšek
noreply at github.com
Tue Mar 12 07:44:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dca14b10d8160a8fc0f36ed7957f998380aef9fe
https://github.com/WebKit/WebKit/commit/dca14b10d8160a8fc0f36ed7957f998380aef9fe
Author: Žan Doberšek <zdobersek at igalia.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M Source/WebKit/CMakeLists.txt
M Source/WebKit/DerivedSources-input.xcfilelist
M Source/WebKit/DerivedSources.make
M Source/WebKit/Platform/IPC/MessageFlags.h
A Source/WebKit/Platform/IPC/MessageFlags.serialization.in
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Remove EnumTraits specialization for IPC::MessageFlags
https://bugs.webkit.org/show_bug.cgi?id=267534
Reviewed by Chris Dumez.
Remove the IPC::MessageFlags EnumTraits specialization, replacing it with the
appropriate serialization specification in a separate input file.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Platform/IPC/MessageFlags.h:
* Source/WebKit/Platform/IPC/MessageFlags.serialization.in: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/275977@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list