Index: third_party/WebKit/Source/bindings/core/v8/ScriptModule.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h |
index 9ae36b7b7d98df6d46c7c8d1355aadb0ef62c8eb..13033cdff2bdcc107f26d2a12acb2bb157d4df30 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h |
@@ -8,6 +8,7 @@ |
#include "bindings/core/v8/ScriptState.h" |
#include "bindings/core/v8/SharedPersistent.h" |
#include "core/CoreExport.h" |
+#include "platform/loader/fetch/AccessControlStatus.h" |
#include "v8/include/v8.h" |
#include "wtf/Allocator.h" |
#include "wtf/Vector.h" |
@@ -28,7 +29,8 @@ class CORE_EXPORT ScriptModule final { |
public: |
static ScriptModule compile(v8::Isolate*, |
const String& source, |
- const String& fileName); |
+ const String& fileName, |
+ AccessControlStatus); |
// TODO(kouhei): Remove copy ctor |
ScriptModule() {} |