Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index 91621653481e8484f4436483854a9f405916f463..c5783c4866dbb2db2670f77b3211d1877ba0289f 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -424,6 +424,8 @@ class CompilationInfo { |
void PrintAstForTesting(); |
#endif |
+ bool is_simple_parameter_list(); |
+ |
protected: |
CompilationInfo(Handle<SharedFunctionInfo> shared_info, |
Zone* zone); |