Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index ec78d27e8ab50c0df2b00abfe74d89b5325e88d0..6782fd3c364340ee00a721d66ae5a05898bde5ac 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7220,6 +7220,7 @@ class JSFunction: public JSObject { |
inline Map* initial_map(); |
inline void set_initial_map(Map* value); |
inline bool has_initial_map(); |
+ static void EnsureHasInitialMap(Handle<JSFunction> function); |
// Get and set the prototype property on a JSFunction. If the |
// function has an initial map the prototype is set on the initial |