aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/scopeinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/scopeinfo.h')
-rw-r--r--deps/v8/src/scopeinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/scopeinfo.h b/deps/v8/src/scopeinfo.h
index 1d9f06fde8..70a17cd7d4 100644
--- a/deps/v8/src/scopeinfo.h
+++ b/deps/v8/src/scopeinfo.h
@@ -6,8 +6,8 @@
#define V8_SCOPEINFO_H_
#include "src/allocation.h"
+#include "src/modules.h"
#include "src/variables.h"
-#include "src/zone-inl.h"
namespace v8 {
namespace internal {
@@ -120,8 +120,8 @@ class ModuleInfo: public FixedArray {
return static_cast<ModuleInfo*>(FixedArray::cast(description));
}
- static Handle<ModuleInfo> Create(
- Isolate* isolate, Interface* interface, Scope* scope);
+ static Handle<ModuleInfo> Create(Isolate* isolate,
+ ModuleDescriptor* descriptor, Scope* scope);
// Index of module's context in host context.
int host_index() { return Smi::cast(get(HOST_OFFSET))->value(); }