| Index: client/dom/src/DOMWrapperBase.dart
|
| diff --git a/client/dom/src/DOMWrapperBase.dart b/client/dom/src/DOMWrapperBase.dart
|
| index 15954f1857ec6d8dc3d5773d57c43adaf69956ca..26df531b2e787b1b1f7ff41309fb91540395bf14 100644
|
| --- a/client/dom/src/DOMWrapperBase.dart
|
| +++ b/client/dom/src/DOMWrapperBase.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -class DOMWrapperBase implements DOMType {
|
| +abstract class DOMWrapperBase implements DOMType {
|
| // DOMWrapperBase has a hidden field on the native side which points to the
|
| // wrapped DOM object. The wrapped DOM object is not directly accessible from
|
| // Dart code.
|
|
|