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

Unified Diff: src/api.cc

Issue 2277253003: [modules] Partial scope info support of modules (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@modules-refactor
Patch Set: Created 4 years, 4 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
« no previous file with comments | « BUILD.gn ('k') | src/ast/ast-numbering.cc » ('j') | src/ast/scopeinfo.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api.cc
diff --git a/src/api.cc b/src/api.cc
index 6858a325c40a86dea6b2fa130591d36c4ac09ff5..888a71f14e37fee8cdc372b56147742d128200b8 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -20,6 +20,7 @@
#include "src/api-experimental.h"
#include "src/api-natives.h"
#include "src/assert-scope.h"
+#include "src/ast/scopeinfo.h"
adamk 2016/08/25 16:19:43 Is this needed yet?
neis 2016/08/26 09:52:07 Not in this CL, no. Leftover of trying to split m
#include "src/background-parsing-task.h"
#include "src/base/functional.h"
#include "src/base/platform/platform.h"
« no previous file with comments | « BUILD.gn ('k') | src/ast/ast-numbering.cc » ('j') | src/ast/scopeinfo.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698