| Index: sdk/lib/html/dartium/nativewrappers.dart
|
| diff --git a/sdk/lib/html/dartium/nativewrappers.dart b/sdk/lib/html/dartium/nativewrappers.dart
|
| index 161c6a6d036d9e723b5e3c9e66feacb30ec80279..1837d2b5ff2a57126faf731b7bb56aa7f35e73a4 100644
|
| --- a/sdk/lib/html/dartium/nativewrappers.dart
|
| +++ b/sdk/lib/html/dartium/nativewrappers.dart
|
| @@ -5,9 +5,4 @@
|
| library nativewrappers;
|
|
|
| class NativeFieldWrapperClass1 {
|
| - // To suppress implicit generative constructor.
|
| - factory NativeFieldWrapperClass1._() {
|
| - throw new UnsupportedError(
|
| - 'Constructors not supported on native types.');
|
| - }
|
| }
|
|
|