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

Unified Diff: sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart

Issue 12282038: Remove deprecated string features. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge to head Created 7 years, 10 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/js_backend/minify_namer.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart b/sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart
index 547a3e4e86612853a4aba9711efd3832b966de1b..e19a442cb46d23fecc6c8420e0a9b8c5f0785d9b 100644
--- a/sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart
@@ -94,7 +94,7 @@ class MinifyNamer extends Namer {
suggestedInstanceNames,
usedInstanceNames,
const <String>[
- r'$add', r'add$1', r'box_0', r'charCodeAt$1', r'constructor',
+ r'$add', r'add$1', r'box_0', r'codeUnitAt$1', r'constructor',
r'current', r'$defineNativeClass', r'$eq', r'$ne',
r'getPrototypeOf', r'hasOwnProperty', r'$index', r'$indexSet',
r'$isJavaScriptIndexingBehavior', r'$isolateProperties',

Powered by Google App Engine
This is Rietveld 408576698