| Index: compiler/java/com/google/dart/compiler/parser/DartParser.java
|
| diff --git a/compiler/java/com/google/dart/compiler/parser/DartParser.java b/compiler/java/com/google/dart/compiler/parser/DartParser.java
|
| index 3a23979cf5c7435e5d160d1deefe713f86222969..a12eb799be260b96058a502d2975c6c5ed28b547 100644
|
| --- a/compiler/java/com/google/dart/compiler/parser/DartParser.java
|
| +++ b/compiler/java/com/google/dart/compiler/parser/DartParser.java
|
| @@ -245,6 +245,7 @@ public class DartParser extends CompletionHooksParserBase {
|
| */
|
| public DartUnit parseUnit(DartSource source) {
|
| beginCompilationUnit();
|
| + ctx.unitAboutToCompile(source, isDietParse);
|
| DartUnit unit = new DartUnit(source);
|
|
|
| // parse any directives at the beginning of the source
|
|
|