File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ void IsolateData::CreateProperties() {
518
518
CreateEnvProxyTemplate (this );
519
519
}
520
520
521
- constexpr uint16_t kDefaultCppGCEmebdderID = 0x90de ;
521
+ constexpr uint16_t kDefaultCppGCEmbedderID = 0x90de ;
522
522
Mutex IsolateData::isolate_data_mutex_;
523
523
std::unordered_map<uint16_t , std::unique_ptr<PerIsolateWrapperData>>
524
524
IsolateData::wrapper_data_map_;
@@ -538,7 +538,7 @@ IsolateData::IsolateData(Isolate* isolate,
538
538
new PerIsolateOptions (*(per_process::cli_options->per_isolate )));
539
539
v8::CppHeap* cpp_heap = isolate->GetCppHeap ();
540
540
541
- uint16_t cppgc_id = kDefaultCppGCEmebdderID ;
541
+ uint16_t cppgc_id = kDefaultCppGCEmbedderID ;
542
542
if (cpp_heap != nullptr ) {
543
543
// The general convention of the wrappable layout for cppgc in the
544
544
// ecosystem is:
You can’t perform that action at this time.
0 commit comments