 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/bootstrapper.cc | 
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc | 
| index 57acb3776a112b6e0d082d82651dd3faca3a5607..5831089bac3cbed041c42f8f22801c6f8f5d3e7f 100644 | 
| --- a/src/bootstrapper.cc | 
| +++ b/src/bootstrapper.cc | 
| @@ -1347,6 +1347,7 @@ bool Genesis::CompileScriptCached(Vector<const char> name, | 
| script_name, | 
| 0, | 
| 0, | 
| + top_context, | 
| extension, | 
| NULL, | 
| Handle<String>::null(), |