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

Unified Diff: tool/input_sdk/lib/core/annotations.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/lib/core/annotations.dart
diff --git a/tool/input_sdk/lib/core/annotations.dart b/tool/input_sdk/lib/core/annotations.dart
index 536eddff94fa255f4751c854df03fd03c79980b6..21709532d560a07cd6b0158a342bc89d4de9e63c 100644
--- a/tool/input_sdk/lib/core/annotations.dart
+++ b/tool/input_sdk/lib/core/annotations.dart
@@ -25,8 +25,8 @@ class JsPeerInterface {
/// A Dart interface may only be implemented by a native JavaScript object
/// if it is marked with this annotation.
-class SupportJsExtensionMethod {
- const SupportJsExtensionMethod();
+class SupportJsExtensionMethods {
+ const SupportJsExtensionMethods();
}
/**

Powered by Google App Engine
This is Rietveld 408576698