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

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

Issue 27510003: Scanner for UTF-8 byte arrays (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixes compiler tests Created 7 years, 2 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/backend.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
index 842e192f084844871c35614051833f837a2f9e6d..8179dc5f0621efb0fc5141b9a94de57a7904d81a 100644
--- a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
@@ -636,7 +636,7 @@ class JavaScriptBackend extends Backend {
new TypeMask.nonNullExact(jsExtendableArrayClass));
typeVariableClass =
- compiler.findHelper(const SourceString('TypeVariable'));
+ compiler.findHelper('TypeVariable');
ngeoffray 2013/10/18 10:19:37 Fits in one line.
lukas 2013/10/24 16:48:36 Done.
}
void validateInterceptorImplementsAllObjectMethods(

Powered by Google App Engine
This is Rietveld 408576698