| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8b5f1d7 commit 4f49384
1 file 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: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments