Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index cab9e8e447c951265ec3bdb44743abd4c9334484..e31d008ae9a66dc9170bfc21f0ddf3412e810812 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -605,7 +605,8 @@ class Debugger { |
static void OnException(Handle<Object> exception, bool uncaught); |
static void OnBeforeCompile(Handle<Script> script); |
static void OnAfterCompile(Handle<Script> script, |
- Handle<JSFunction> fun); |
+ Handle<JSFunction> fun, |
+ bool send_from_debugger); |
static void OnNewFunction(Handle<JSFunction> fun); |
static void OnScriptCollected(int id); |
static void ProcessDebugEvent(v8::DebugEvent event, |