 Chromium Code Reviews
 Chromium Code Reviews Issue 10697085:
  Fix compilation when disabling debugger support.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 10697085:
  Fix compilation when disabling debugger support.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/liveedit.cc | 
| diff --git a/src/liveedit.cc b/src/liveedit.cc | 
| index 0b8654b468302816a64bf38afbb3c0b036c8930c..d86314c507024101f6fc1d0e5715f86b3253a39f 100644 | 
| --- a/src/liveedit.cc | 
| +++ b/src/liveedit.cc | 
| @@ -1878,7 +1878,8 @@ LiveEditFunctionTracker::~LiveEditFunctionTracker() { | 
| void LiveEditFunctionTracker::RecordFunctionInfo( | 
| - Handle<SharedFunctionInfo> info, FunctionLiteral* lit) { | 
| + Handle<SharedFunctionInfo> info, FunctionLiteral* lit, | 
| + Zone* zone) { | 
| } |