Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index 4d7b5c3c55b1b8915a229bc4d13a318077b5e0f9..21fcb51b4c5eb2c69651ebbcf527501751b7fc19 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -511,7 +511,7 @@ class Debug { |
Handle<Object> CheckBreakPoints(Handle<Object> break_point); |
bool CheckBreakPoint(Handle<Object> break_point_object); |
- void MaybeRecompileFunctionForDebugging(Handle<JSFunction> function); |
+ void EnsureFunctionHasDebugBreakSlots(Handle<JSFunction> function); |
void RecompileAndRelocateSuspendedGenerators( |
const List<Handle<JSGeneratorObject> > &suspended_generators); |