 Chromium Code Reviews
 Chromium Code Reviews Issue 10443114:
  Progress towards making Zones independent of Isolates and Threads.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 10443114:
  Progress towards making Zones independent of Isolates and Threads.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/hydrogen.h | 
| diff --git a/src/hydrogen.h b/src/hydrogen.h | 
| index 5c8ddbf6d2c1e0e4ef63ff11152f3df6f12b1084..82add7abed8ad94a52dd4db8a58ec9551e34d737 100644 | 
| --- a/src/hydrogen.h | 
| +++ b/src/hydrogen.h | 
| @@ -280,7 +280,7 @@ class HGraph: public ZoneObject { | 
| void CollectPhis(); | 
| - Handle<Code> Compile(CompilationInfo* info); | 
| + Handle<Code> Compile(CompilationInfo* info, Zone* zone); | 
| void set_undefined_constant(HConstant* constant) { | 
| undefined_constant_.set(constant); |