Chromium Code Reviews
DescriptionFixes to get Swarm demo app working again.
The key fix is that we correctly specialize the parent of a generic type, and ensure that inherited generic members are created on the correct concrete type. Otherwise, we end up pulling the base method into the derived ConcreteType, potentially pulling it into a totally different library and messing up private member access. To make this work in the generated code, we need to also pull these members into the derived ConcreteType's prototype.
Committed: https://code.google.com/p/dart/source/detail?r=1670
Patch Set 1 #Patch Set 2 : update client status #
Total comments: 7
Patch Set 3 : merged #
Total comments: 4
Messages
Total messages: 6 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||