Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index 239bea35c2c9b1b08859809d6dfe5b2bd9b48eda..e0a437ac6de8419a777a631772a828796080f763 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -265,9 +265,8 @@ class Compiler : public AllStatic { |
#endif |
static void RecordFunctionCompilation(Logger::LogEventsAndTags tag, |
- Handle<String> name, |
- int start_position, |
- CompilationInfo* info); |
+ CompilationInfo* info, |
+ Handle<SharedFunctionInfo> shared); |
Vitaly Repeshko
2011/02/22 15:11:19
Can we use info->shared_info() instead of passing
mnaganov (inactive)
2011/02/22 16:18:22
For the case when CompilationInfo is built up usin
|
}; |