Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index b8b3a0bfb4f3c6f58ef26e1e16b7dfb77a3b35ed..5eab5033853be04ce9f6282a80862861e1942379 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -177,7 +177,7 @@ |
// ----------------------------------------------------------- |
Handle<Script> script() const; |
FunctionLiteral* literal() const; |
- DeclarationScope* scope() const; |
+ Scope* scope() const; |
Handle<Context> context() const; |
Handle<SharedFunctionInfo> shared_info() const; |
bool has_shared_info() const; |