Commit da0f582f authored by Milad Fa's avatar Milad Fa Committed by V8 LUCI CQ

Fix compilation with gcc

Remove unused variable reported by gcc.

Change-Id: I02b37a41524d2c2d8e3ab1158bd0fd816c7124f1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3629601Reviewed-by: 's avatarMarja Hölttä <marja@chromium.org>
Commit-Queue: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/main@{#80387}
parent 9b3bd2c8
......@@ -1107,7 +1107,6 @@ void WebSnapshotSerializer::SerializeObjectPropertiesWithDictionaryMap(T dict) {
if (!dict->IsKey(roots, key)) {
continue;
}
PropertyDetails details = dict->DetailsAt(index);
WriteValue(handle(key, isolate_), object_serializer_);
WriteValue(handle(dict->ValueAt(index), isolate_), object_serializer_);
if (first_custom_index >= 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment