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