Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index da59526e6ae02a04c188068dca668e47ddbf4063..29cb55ab1663fc08c5b4dd9647106009ed0a00a6 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -780,6 +780,7 @@ class Debugger { |
void OnException(Handle<Object> exception, |
bool uncaught, |
Handle<Object> promise = Handle<Object>::null()); |
+ void OnSyntaxError(Handle<Script> script); |
void OnBeforeCompile(Handle<Script> script); |
enum AfterCompileFlags { |