We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccecfdb commit 621f6b4Copy full SHA for 621f6b4
chromium/v8/src/snapshot/embedded/embedded-data.cc
@@ -237,8 +237,8 @@ EmbeddedData EmbeddedData::NewFromIsolate(Isolate* isolate) {
237
Builtins* builtins = isolate->builtins();
238
239
// Store instruction stream lengths and offsets.
240
- std::vector<struct LayoutDescription> layout_descriptions(kTableSize);
241
- std::vector<struct BuiltinLookupEntry> offset_descriptions(kTableSize);
+ std::vector<struct EmbeddedData::LayoutDescription> layout_descriptions(kTableSize);
+ std::vector<struct EmbeddedData::BuiltinLookupEntry> offset_descriptions(kTableSize);
242
243
bool saw_unsafe_builtin = false;
244
uint32_t raw_code_size = 0;
0 commit comments