Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirrors.dart

Issue 226953003: Revert "Compute frontend/backend specific constants." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirrors.dart
diff --git a/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirrors.dart b/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirrors.dart
index a4f88c2f31249cf227cd1a0d8a895d12189de20e..09703a6577541870f2c6154fe185db06f2996a75 100644
--- a/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirrors.dart
+++ b/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirrors.dart
@@ -230,8 +230,8 @@ abstract class Dart2JsElementMirror extends Dart2JsDeclarationMirror {
_appendCommentTokens(
mirrorSystem.compiler.commentMap[metadata.beginToken]);
metadata.ensureResolved(mirrorSystem.compiler);
- _metadata.add(_convertConstantToInstanceMirror(mirrorSystem,
- metadata.value));
+ _metadata.add(
+ _convertConstantToInstanceMirror(mirrorSystem, metadata.value));
}
_appendCommentTokens(mirrorSystem.compiler.commentMap[getBeginToken()]);
}

Powered by Google App Engine
This is Rietveld 408576698