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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h

Issue 2774843002: Pass AccessControlStatus to compileModule() (Closed)
Patch Set: const Created 3 years, 8 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: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
index 12fbebb1679c4e082396bf19bc8e96c954389985..d2e653290990ef3e8803d4d58867fda7895e70a9 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
@@ -81,7 +81,8 @@ class CORE_EXPORT V8ScriptRunner final {
V8CacheOptions);
static v8::MaybeLocal<v8::Module> compileModule(v8::Isolate*,
const String& source,
- const String& fileName);
+ const String& fileName,
+ AccessControlStatus);
static v8::MaybeLocal<v8::Value> runCompiledScript(v8::Isolate*,
v8::Local<v8::Script>,
ExecutionContext*);

Powered by Google App Engine
This is Rietveld 408576698