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

Unified Diff: src/ast/scopes.h

Issue 2212183003: [ast] Remove bogus comment. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/scopes.h
diff --git a/src/ast/scopes.h b/src/ast/scopes.h
index fd4139ea1a61a0c714c9a438e87888aa44c8f344..e803d8337212ea04d4b3dd4e8e4165af4b94da44 100644
--- a/src/ast/scopes.h
+++ b/src/ast/scopes.h
@@ -494,7 +494,7 @@ class Scope: public ZoneObject {
int start_position_;
int end_position_;
- // Computed via AllocateVariables; function, block and catch scopes only.
+ // Computed via AllocateVariables.
int num_stack_slots_;
int num_heap_slots_;
int num_global_slots_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698