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() {
518518 CreateEnvProxyTemplate (this );
519519}
520520
521- constexpr uint16_t kDefaultCppGCEmebdderID = 0x90de ;
521+ constexpr uint16_t kDefaultCppGCEmbedderID = 0x90de ;
522522Mutex IsolateData::isolate_data_mutex_;
523523std::unordered_map<uint16_t , std::unique_ptr<PerIsolateWrapperData>>
524524 IsolateData::wrapper_data_map_;
@@ -538,7 +538,7 @@ IsolateData::IsolateData(Isolate* isolate,
538538 new PerIsolateOptions (*(per_process::cli_options->per_isolate )));
539539 v8::CppHeap* cpp_heap = isolate->GetCppHeap ();
540540
541- uint16_t cppgc_id = kDefaultCppGCEmebdderID ;
541+ uint16_t cppgc_id = kDefaultCppGCEmbedderID ;
542542 if (cpp_heap != nullptr ) {
543543 // The general convention of the wrappable layout for cppgc in the
544544 // ecosystem is:
You can’t perform that action at this time.
0 commit comments