Index: src/compiler.cc |
=================================================================== |
--- src/compiler.cc (revision 1671) |
+++ src/compiler.cc (working copy) |
@@ -215,7 +215,7 @@ |
extension, |
pre_data); |
if (extension == NULL && !result.is_null()) { |
- CompilationCache::PutScript(source, CompilationCache::SCRIPT, result); |
+ CompilationCache::PutScript(source, result); |
} |
// Get rid of the pre-parsing data (if necessary). |