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

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

Issue 886773004: Supported versioned patching. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/js_lib/js_helper.dart
diff --git a/sdk/lib/_internal/compiler/js_lib/js_helper.dart b/sdk/lib/_internal/compiler/js_lib/js_helper.dart
index 764edab355e4621491b893b99f678cc71bc3fa73..97b1a9d9ef1a2dcf9162f8dd4af58573679c137d 100644
--- a/sdk/lib/_internal/compiler/js_lib/js_helper.dart
+++ b/sdk/lib/_internal/compiler/js_lib/js_helper.dart
@@ -75,12 +75,6 @@ part 'regexp_helper.dart';
part 'string_helper.dart';
part 'js_rti.dart';
-class _Patch {
- const _Patch();
-}
-
-const _Patch patch = const _Patch();
-
/// Marks the internal map in dart2js, so that internal libraries can is-check
// them.

Powered by Google App Engine
This is Rietveld 408576698