 Chromium Code Reviews
 Chromium Code Reviews Issue 10878007:
  Index script compilation cache over context  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 10878007:
  Index script compilation cache over context  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/compiler.h | 
| diff --git a/src/compiler.h b/src/compiler.h | 
| index 5d220d32eeb38fae2ad3d32444828109c2587c51..6ff53cc5ec4611c6587d4477499adc1c464b7909 100644 | 
| --- a/src/compiler.h | 
| +++ b/src/compiler.h | 
| @@ -425,6 +425,7 @@ class Compiler : public AllStatic { | 
| Handle<Object> script_name, | 
| int line_offset, | 
| int column_offset, | 
| + Handle<Context> context, | 
| v8::Extension* extension, | 
| ScriptDataImpl* pre_data, | 
| Handle<Object> script_data, |