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

Unified Diff: sdk/lib/_internal/lib/isolate_helper.dart

Issue 416873002: Don't include class-static functions in library mirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos. Created 6 years, 5 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: sdk/lib/_internal/lib/isolate_helper.dart
diff --git a/sdk/lib/_internal/lib/isolate_helper.dart b/sdk/lib/_internal/lib/isolate_helper.dart
index 093093e9edbe6a93753f42a675323973f4f08b85..a3fb54ef5492bb60c68f7ad857cd1e2297a70fcf 100644
--- a/sdk/lib/_internal/lib/isolate_helper.dart
+++ b/sdk/lib/_internal/lib/isolate_helper.dart
@@ -891,7 +891,7 @@ class IsolateNatives {
}
static _getJSFunctionFromName(String functionName) {
- return JS("", "init.globalFunctions[#]()", functionName);
+ return JS("", "init.staticFunctions[#]()", functionName);
}
/**

Powered by Google App Engine
This is Rietveld 408576698