Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index c614844ab562b777c1d2963b1ed0e858b83df07b..95542c9b80147323bf937b5c52918f7645d84127 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -247,6 +247,8 @@ class Debug { |
static Handle<DebugInfo> GetDebugInfo(Handle<SharedFunctionInfo> shared); |
static bool HasDebugInfo(Handle<SharedFunctionInfo> shared); |
+ void PrepareForBreakPoints(); |
+ |
// Returns whether the operation succeeded. |
bool EnsureDebugInfo(Handle<SharedFunctionInfo> shared); |