| Index: pkg/compiler/lib/src/js/nodes.dart
|
| diff --git a/pkg/compiler/lib/src/js/nodes.dart b/pkg/compiler/lib/src/js/nodes.dart
|
| index 42c7513f89c947055b1755b8c4fec3c4ea83d78f..9e0a76b2024f4cf6b3b0d0adb45d1df4efbe7f20 100644
|
| --- a/pkg/compiler/lib/src/js/nodes.dart
|
| +++ b/pkg/compiler/lib/src/js/nodes.dart
|
| @@ -542,7 +542,7 @@ class Blob extends Expression {
|
| // TODO(ahe): This class is an aid to convert everything to ASTs, remove when
|
| // not needed anymore.
|
|
|
| - final leg.CodeBuffer buffer;
|
| + final CodeBuffer buffer;
|
|
|
| Blob(this.buffer);
|
|
|
|
|