mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +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:
committed by
Andrew Kaster
parent
4751ab9f0b
commit
cd0302426f
@@ -153,8 +153,6 @@ WebIDL::ExceptionOr<void> Blob::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
|
||||
|
||||
Reference in New Issue
Block a user