 Chromium Code Reviews
 Chromium Code Reviews Issue 20646006:
  Pipe a script's CORS status through V8 during compilation.  (Closed) 
  Base URL: https://chromium.googlesource.com/external/v8.git@master
    
  
    Issue 20646006:
  Pipe a script's CORS status through V8 during compilation.  (Closed) 
  Base URL: https://chromium.googlesource.com/external/v8.git@master| Index: src/compiler.h | 
| diff --git a/src/compiler.h b/src/compiler.h | 
| index 332d575dc2d00081bf6bc035e789124a484869a6..d36e488b174f9fbed7204ced0d5d6836c5afce1b 100644 | 
| --- a/src/compiler.h | 
| +++ b/src/compiler.h | 
| @@ -572,6 +572,7 @@ class Compiler : public AllStatic { | 
| Handle<Object> script_name, | 
| int line_offset, | 
| int column_offset, | 
| + bool is_shared_cross_origin, | 
| Handle<Context> context, | 
| v8::Extension* extension, | 
| ScriptDataImpl* pre_data, |