 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: test/cctest/test-compiler.cc | 
| diff --git a/test/cctest/test-compiler.cc b/test/cctest/test-compiler.cc | 
| index 45ae8238249ea836f437c8186b4b54b5c5847370..961c94bff084361fa5957fa2fa12f964e443a5ad 100644 | 
| --- a/test/cctest/test-compiler.cc | 
| +++ b/test/cctest/test-compiler.cc | 
| @@ -120,6 +120,7 @@ static Handle<JSFunction> Compile(const char* source) { | 
| Handle<String>(), | 
| 0, | 
| 0, | 
| + Handle<Context>(Isolate::Current()->native_context()), | 
| NULL, | 
| NULL, | 
| Handle<String>::null(), |