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

Unified Diff: sdk/lib/_internal/compiler/implementation/lib/js_helper.dart

Issue 12615002: Remove references to capital-D-Dynamic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/lib/js_helper.dart
diff --git a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
index f9a3af7c6ad148cf9a58ef529b71e0abd36bb8bc..1db4e07bc91620d63e76195ab7f277c08a78f338 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
@@ -934,7 +934,7 @@ jsPropertyAccess(var jsObject, String property) {
getFallThroughError() => const FallThroughErrorImplementation();
/**
- * Represents the type Dynamic. The compiler treats this specially.
+ * Represents the type dynamic. The compiler treats this specially.
*/
abstract class Dynamic_ {
}

Powered by Google App Engine
This is Rietveld 408576698