Chromium Code Reviews

Unified Diff: src/heap/heap.cc

Issue 1131903002: Revert of Make V8 extras a separate type of native (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/heap/heap.h ('k') | src/snapshot/natives.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.cc
diff --git a/src/heap/heap.cc b/src/heap/heap.cc
index 9d8ecda53c3e73a37596e28bd40ce64427dd8409..1ad08104f1346a27ea48e9345ec22776a0b0ee8b 100644
--- a/src/heap/heap.cc
+++ b/src/heap/heap.cc
@@ -3075,9 +3075,6 @@
set_experimental_natives_source_cache(
*factory->NewFixedArray(ExperimentalNatives::GetBuiltinsCount()));
- set_extra_natives_source_cache(
- *factory->NewFixedArray(ExtraNatives::GetBuiltinsCount()));
-
set_undefined_cell(*factory->NewCell(factory->undefined_value()));
// The symbol registry is initialized lazily.
« no previous file with comments | « src/heap/heap.h ('k') | src/snapshot/natives.h » ('j') | no next file with comments »

Powered by Google App Engine