mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00
LibWeb: Move serialization of serializable object's interface name
To be consistent with the deserialization steps, move serialization of the serializable object's interface name out of the serialization steps.
This commit is contained in:
parent
4751ab9f0b
commit
cd0302426f
3 changed files with 2 additions and 4 deletions
|
@ -91,8 +91,6 @@ WebIDL::ExceptionOr<void> File::serialization_steps(HTML::SerializationRecord& r
|
|||
{
|
||||
auto& vm = this->vm();
|
||||
|
||||
TRY(HTML::serialize_string(vm, record, interface_name()));
|
||||
|
||||
// FIXME: 1. Set serialized.[[SnapshotState]] to value’s snapshot state.
|
||||
|
||||
// NON-STANDARD: FileAPI spec doesn't specify that type should be serialized, although
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue