Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 848924af4b994e722e2ac7605927a4a6777ae559..840a8bb2c4fb9204d1c3388506581cb144823cdb 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -557,6 +557,8 @@ class Factory final { |
| // Create a serialized scope info. |
| Handle<ScopeInfo> NewScopeInfo(int length); |
| + Handle<ModuleInfo> NewModuleInfo(); |
| + |
| // Create an External object for V8's external API. |
| Handle<JSObject> NewExternal(void* value); |