Chromium Code Reviews| Index: sdk/lib/html/dartium/nativewrappers.dart |
| diff --git a/sdk/lib/html/dartium/nativewrappers.dart b/sdk/lib/html/dartium/nativewrappers.dart |
| index 1837d2b5ff2a57126faf731b7bb56aa7f35e73a4..5000343d717e6aef59de425339340c87642c2180 100644 |
| --- a/sdk/lib/html/dartium/nativewrappers.dart |
| +++ b/sdk/lib/html/dartium/nativewrappers.dart |
| @@ -5,4 +5,8 @@ |
| library nativewrappers; |
| class NativeFieldWrapperClass1 { |
| + NativeFieldWrapperClass1() { |
|
blois
2013/06/19 23:16:19
Does this need to be a default generative construc
vsm
2013/06/20 15:19:00
Either should work. We never should call the cons
|
| + throw new UnsupportedError( |
| + "Generative constructors not supported on native types."); |
| + } |
| } |