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

Unified Diff: lib/src/utils.dart

Issue 1448993002: Switch ddc to use @JS instead of @JSName (Closed) Base URL: git://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « lib/src/codegen/js_interop.dart ('k') | test/codegen/expect/dom/dom.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/utils.dart
diff --git a/lib/src/utils.dart b/lib/src/utils.dart
index e0ad090ca0a9807f3b71da7d6320ddb19f323b9a..32ca71a5183c7c67cd94702295b411b0f23d0229 100644
--- a/lib/src/utils.dart
+++ b/lib/src/utils.dart
@@ -330,7 +330,7 @@ String resourceOutputPath(Uri resourceUri, Uri entryUri, String runtimeDir) {
///
/// For example if we had the ClassDeclaration node for `FontElement`:
///
-/// @JsName('HTMLFontElement')
+/// @js.JS('HTMLFontElement')
/// @deprecated
/// class FontElement { ... }
///
« no previous file with comments | « lib/src/codegen/js_interop.dart ('k') | test/codegen/expect/dom/dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698