| Index: src/debug.h
|
| diff --git a/src/debug.h b/src/debug.h
|
| index 5ea2e522465494a457e6abc6f4a413ef2b8fdbb1..576be930f984ced1e246831ecb6d5a357ae6789e 100644
|
| --- a/src/debug.h
|
| +++ b/src/debug.h
|
| @@ -391,7 +391,6 @@ class Debug {
|
| static void ClearStepOut();
|
| static void ClearStepNext();
|
| // Returns whether the compile succeeded.
|
| - static bool EnsureCompiled(Handle<SharedFunctionInfo> shared);
|
| static void RemoveDebugInfo(Handle<DebugInfo> debug_info);
|
| static void SetAfterBreakTarget(JavaScriptFrame* frame);
|
| static Handle<Object> CheckBreakPoints(Handle<Object> break_point);
|
|
|