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

Unified Diff: tool/input_sdk/patch/core_patch.dart

Issue 1152333009: Delete dart2js specific private library code (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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: tool/input_sdk/patch/core_patch.dart
diff --git a/tool/input_sdk/patch/core_patch.dart b/tool/input_sdk/patch/core_patch.dart
index 855a3831b339497b266b651756aaa6e655ba0da7..48556e687dfe533e5b7067d26d2747725e43cc42 100644
--- a/tool/input_sdk/patch/core_patch.dart
+++ b/tool/input_sdk/patch/core_patch.dart
@@ -27,10 +27,6 @@ _symbolMapToStringMap(Map<Symbol, dynamic> map) {
return result;
}
-class SupportJsExtensionMethods {
- const SupportJsExtensionMethods();
-}
-
@patch
int identityHashCode(Object object) => objectHashCode(object);

Powered by Google App Engine
This is Rietveld 408576698