Index: src/scopes.h |
diff --git a/src/scopes.h b/src/scopes.h |
index a493d57520a7d44998efa6d27a06c3b783a041a6..031ea3d16b66067f32ad0d65be0fe77906901892 100644 |
--- a/src/scopes.h |
+++ b/src/scopes.h |
@@ -319,6 +319,8 @@ class Scope: public ZoneObject { |
explicit Scope(Type type); |
+ Isolate* const isolate_; |
+ |
// Scope tree. |
Scope* outer_scope_; // the immediately enclosing outer scope, or NULL |
ZoneList<Scope*> inner_scopes_; // the immediately enclosed inner scopes |