Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 2a12edd8c4055bde38aabee71d15779fd494d995..51665a7a046cc72270fb26ec72b2cdcaffd64e12 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -2391,6 +2391,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor { |
int argc, |
BailoutId ast_id, |
ApiCallType call_type); |
+ static bool CanInlineArrayResizeOperation(Handle<Map> receiver_map); |
// If --trace-inlining, print a line of the inlining trace. Inlining |
// succeeded if the reason string is NULL and failed if there is a |