Chromium Code Reviews| Index: src/debug/liveedit.h |
| diff --git a/src/debug/liveedit.h b/src/debug/liveedit.h |
| index 67be70e00a298969fc1a93238e11d91b82f2ad71..4edd5831823beaf6ef3bd92cb0cab47ce3bab01e 100644 |
| --- a/src/debug/liveedit.h |
| +++ b/src/debug/liveedit.h |
| @@ -46,7 +46,6 @@ class LiveEditFunctionTracker { |
| ~LiveEditFunctionTracker(); |
| void RecordFunctionInfo(Handle<SharedFunctionInfo> info, |
| FunctionLiteral* lit, Zone* zone); |
| - void RecordRootFunctionInfo(Handle<Code> code); |
| static bool IsActive(Isolate* isolate); |