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

Unified Diff: sdk/lib/_internal/compiler/js_lib/shared/runtime_data.dart

Issue 767643002: dart2js: Make usage of names more consistent between compiler and runtime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix long lines. Created 6 years, 1 month 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/js_lib/shared/runtime_data.dart
diff --git a/sdk/lib/_internal/compiler/js_lib/shared/runtime_data.dart b/sdk/lib/_internal/compiler/js_lib/shared/runtime_data.dart
index 545aa726995bd06e292b3288cb873d765395f3ac..1b1299cc51b361bc1dda4ca628fbd871863585da 100644
--- a/sdk/lib/_internal/compiler/js_lib/shared/runtime_data.dart
+++ b/sdk/lib/_internal/compiler/js_lib/shared/runtime_data.dart
@@ -19,4 +19,4 @@ bool isTypedefDescriptor(String descriptor) {
int getTypeFromTypedef(String descriptor) {
return int.parse(descriptor.substring(1, descriptor.length - 1));
-}
+}
karlklose 2014/11/28 10:19:00 Revert this change.
floitsch 2014/11/28 10:40:16 Done.

Powered by Google App Engine
This is Rietveld 408576698