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

Unified Diff: frog/member_set.dart

Issue 10264021: Fix codegen and isolate issues for frog dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « frog/member.dart ('k') | frog/value.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/member_set.dart
diff --git a/frog/member_set.dart b/frog/member_set.dart
index 5075f87a9402d529895e69dab81bf0a774a3e501..1e947739c799920bcb306be73e9199e2589e60f8 100644
--- a/frog/member_set.dart
+++ b/frog/member_set.dart
@@ -268,7 +268,7 @@ class InvokeKey {
// e.g.
// foo() native 'bar';
needsVarCall = true;
- } else if (member.library == world.dom) {
+ } else if (member.library.isDomOrHtml) {
// TODO(jimhug): Egregious hack for isolates + DOM - see
// Value._maybeWrapFunction for more details.
for (var p in member.parameters) {
« no previous file with comments | « frog/member.dart ('k') | frog/value.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698