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

Unified Diff: tool/input_sdk/private/js_helper.dart

Issue 1112403004: SDK fixes (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Formatting fix Created 5 years, 8 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/private/js_helper.dart
diff --git a/tool/input_sdk/private/js_helper.dart b/tool/input_sdk/private/js_helper.dart
index f5d292b716fc155f2a8c6d656e34a51b914fa671..0843c5912ebac239ba26d46e4443c1efc93fd80f 100644
--- a/tool/input_sdk/private/js_helper.dart
+++ b/tool/input_sdk/private/js_helper.dart
@@ -685,7 +685,7 @@ class Primitives {
static const int DOLLAR_CHAR_VALUE = 36;
// TODO(jmesserly): remove this method.
- static constructorNameFallback = JS('Function', r'''
+ static var constructorNameFallback = JS('Function', r'''
function getTagFallback(o) {
var constructor = o.constructor;
if (typeof constructor == "function") {

Powered by Google App Engine
This is Rietveld 408576698