Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index b9d1ddb87f563cca6fe7aa2feef264bd7f83fda2..86ef9aad6f685611069f9ad839e9e19e6699dd99 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); |