Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: src/compiler.h

Issue 20646006: Pipe a script's CORS status through V8 during compilation. (Closed) Base URL: https://chromium.googlesource.com/external/v8.git@master
Patch Set: rebaseline. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index 332d575dc2d00081bf6bc035e789124a484869a6..b0e52d1d020c1747b26aaf0a3d8b891e320b75a9 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 passed_access_check,
Handle<Context> context,
v8::Extension* extension,
ScriptDataImpl* pre_data,

Powered by Google App Engine
This is Rietveld 408576698