Chromium Code Reviews| Index: src/debug.h |
| diff --git a/src/debug.h b/src/debug.h |
| index 8e71ea6705247ba8162b884e424603b93e6ff6b3..d989717cd33d57dc855087da861968726e9c0851 100644 |
| --- a/src/debug.h |
| +++ b/src/debug.h |
| @@ -426,6 +426,9 @@ class Debug { |
| void AddScriptToScriptCache(Handle<Script> script); |
| Handle<FixedArray> GetLoadedScripts(); |
| + // Record function from which eval was called. |
| + static void RecordEvalCaller(Handle<Script> script); |
| + |
| // Garbage collection notifications. |
| void AfterGarbageCollection(); |