Index: src/jsregexp.cc |
diff --git a/src/jsregexp.cc b/src/jsregexp.cc |
index af03e75afcb77fd8cef48bc65ff5cae185306aa8..2db8ddff9fde0a716ac28fe31e000fea386a0162 100644 |
--- a/src/jsregexp.cc |
+++ b/src/jsregexp.cc |
@@ -117,7 +117,7 @@ Handle<Object> RegExpImpl::Compile(Handle<JSRegExp> re, |
CompilationCache* compilation_cache = isolate->compilation_cache(); |
Handle<FixedArray> cached = compilation_cache->LookupRegExp(pattern, flags); |
bool in_cache = !cached.is_null(); |
- LOG(RegExpCompileEvent(re, in_cache)); |
+ LOG(isolate, RegExpCompileEvent(re, in_cache)); |
Handle<Object> result; |
if (in_cache) { |