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

Unified Diff: src/ast-numbering.h

Issue 1297583002: Remove grab-bag includes of v8.h from several files. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-includes-heap-1
Patch Set: Fix Windows compilation. Created 5 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 | « src/ast-literal-reindexer.cc ('k') | src/ast-numbering.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast-numbering.h
diff --git a/src/ast-numbering.h b/src/ast-numbering.h
index c068c2f286504da56ad44d741ba9b27649e20346..57c750cf640a43188e9a380621411d56a8be7fc1 100644
--- a/src/ast-numbering.h
+++ b/src/ast-numbering.h
@@ -8,12 +8,18 @@
namespace v8 {
namespace internal {
+// Forward declarations.
+class FunctionLiteral;
+class Isolate;
+class Zone;
+
namespace AstNumbering {
// Assign type feedback IDs and bailout IDs to an AST node tree.
//
bool Renumber(Isolate* isolate, Zone* zone, FunctionLiteral* function);
}
-}
-} // namespace v8::internal
+
+} // namespace internal
+} // namespace v8
#endif // V8_AST_NUMBERING_H_
« no previous file with comments | « src/ast-literal-reindexer.cc ('k') | src/ast-numbering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698