DescriptionVM: [Kernel] Make NativeFieldWrapperClass[1-4] constructible when running from Kernel.
For unclear reason sdk/lib/html/dartium/nativewrappers.dart had these classes
with constructors that would throw. In reality on Kernel ever uses this file so
nobody would use these constructors before anyway.
When running Kernel binaries we need to be able to construct subclasses of
these classes - so they need to have non-throwing constructors.
R=kustermann@google.com
BUG=http://dartbug.com/27590
Committed: https://github.com/dart-lang/sdk/commit/57af30e2d557b643e8d4fa04180fd3c47b49af47
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|