Index: src/compilation-cache.cc |
diff --git a/src/compilation-cache.cc b/src/compilation-cache.cc |
index 4e02cdd322a8706c1bcb3c8aa53ac3aed4846f0b..559f980ff124de75e75da857ddf2e30b2a1af0cc 100644 |
--- a/src/compilation-cache.cc |
+++ b/src/compilation-cache.cc |
@@ -344,7 +344,7 @@ MaybeHandle<SharedFunctionInfo> CompilationCache::LookupEval( |
MaybeHandle<FixedArray> CompilationCache::LookupRegExp(Handle<String> source, |
- JSRegExp::Flags flags) { |
+ JSRegExp::Flags flags) { |
if (!IsEnabled()) return MaybeHandle<FixedArray>(); |
return reg_exp_.Lookup(source, flags); |