Chromium Code Reviews| Index: src/debug.h |
| diff --git a/src/debug.h b/src/debug.h |
| index 9e33f4b184bf0401c7000668965a4b7c66c06f94..150e29e3089afaa642add18f4176e49c27e4bc45 100644 |
| --- a/src/debug.h |
| +++ b/src/debug.h |
| @@ -793,7 +793,6 @@ class Debugger { |
| }; |
| void OnAfterCompile(Handle<Script> script, |
| AfterCompileFlags after_compile_flags); |
| - void OnNewFunction(Handle<JSFunction> fun); |
| void OnScriptCollected(int id); |
| void ProcessDebugEvent(v8::DebugEvent event, |
| Handle<JSObject> event_data, |