Chromium Code Reviews| Index: lib/compiler/implementation/elements/elements.dart |
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart |
| index dc70d0f39b13d28cea2c6ccf8e5451055e4058fe..f858eb61c9493446a4c2a7fa07ce3cb0553f81e5 100644 |
| --- a/lib/compiler/implementation/elements/elements.dart |
| +++ b/lib/compiler/implementation/elements/elements.dart |
| @@ -1314,7 +1314,10 @@ abstract class ClassElement extends ScopeContainerElement |
| ClassElement patch = null; |
| ClassElement origin = null; |
| - ClassElement(SourceString name, Element enclosing, this.id, int initialState) |
| + ClassElement(SourceString name, |
| + Element enclosing, |
| + this.id, |
| + int initialState) |
|
ahe
2012/10/11 18:27:07
If unchanged, please just keep the old formatting.
aam-me
2012/10/12 01:14:06
Done.
|
| : supertypeLoadState = initialState, |
| resolutionState = initialState, |
| super(name, ElementKind.CLASS, enclosing); |