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