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

Unified Diff: sdk/lib/js/dartium/js_dartium.dart

Issue 1410403003: Switch Js to JS (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « pkg/js/lib/js.dart ('k') | tests/html/js_array_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/js/dartium/js_dartium.dart
diff --git a/sdk/lib/js/dartium/js_dartium.dart b/sdk/lib/js/dartium/js_dartium.dart
index 13e701230724d32c0d714672d5169ed482ae7a78..b36b190d260a91ed0149cae3857a6850f1b54244 100644
--- a/sdk/lib/js/dartium/js_dartium.dart
+++ b/sdk/lib/js/dartium/js_dartium.dart
@@ -258,7 +258,7 @@ _finalizeJsInterfaces() native "Js_finalizeJsInterfaces";
String _getJsName(mirrors.DeclarationMirror mirror) {
for (var annotation in mirror.metadata) {
- if (mirrors.MirrorSystem.getName(annotation.type.simpleName) == "Js") {
+ if (mirrors.MirrorSystem.getName(annotation.type.simpleName) == "JS") {
mirrors.LibraryMirror library = annotation.type.owner;
var uri = library.uri;
// make sure the annotation is from package://js
« no previous file with comments | « pkg/js/lib/js.dart ('k') | tests/html/js_array_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698