| Index: src/debug/debug.h
|
| diff --git a/src/debug/debug.h b/src/debug/debug.h
|
| index 59421100ce32f73c4f0768d6b4cbc95ec29c50bd..d8e7596a9b53dca5319a0a0a4d2c5258273f7846 100644
|
| --- a/src/debug/debug.h
|
| +++ b/src/debug/debug.h
|
| @@ -424,6 +424,7 @@ class Debug {
|
| // function needs to be compiled already.
|
| bool EnsureDebugInfo(Handle<SharedFunctionInfo> shared,
|
| Handle<JSFunction> function);
|
| + void CreateDebugInfo(Handle<SharedFunctionInfo> shared);
|
| static Handle<DebugInfo> GetDebugInfo(Handle<SharedFunctionInfo> shared);
|
|
|
| template <typename C>
|
|
|