Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 691c6b77a72d3911f0cd6108e09db8a8fd47d5da..11426722b4b3c7607825eb2163c3b21be7bed8f1 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -2179,7 +2179,7 @@ bool Isolate::Init(Deserializer* des) { |
string_tracker_ = new StringTracker(); |
string_tracker_->isolate_ = this; |
compilation_cache_ = new CompilationCache(this); |
- transcendental_cache_ = new TranscendentalCache(); |
+ transcendental_cache_ = new TranscendentalCache(this); |
keyed_lookup_cache_ = new KeyedLookupCache(); |
context_slot_cache_ = new ContextSlotCache(); |
descriptor_lookup_cache_ = new DescriptorLookupCache(); |