| Index: client/html/src/DocumentWrappingImplementation.dart
|
| diff --git a/client/html/src/DocumentWrappingImplementation.dart b/client/html/src/DocumentWrappingImplementation.dart
|
| index 91b77e1ff0a633c6043df7ab141ee507b5efe7c1..92340a251d195d17dc490e54f7d69b4d5d2e9d0a 100644
|
| --- a/client/html/src/DocumentWrappingImplementation.dart
|
| +++ b/client/html/src/DocumentWrappingImplementation.dart
|
| @@ -51,9 +51,6 @@ class DocumentWrappingImplementation extends ElementWrappingImplementation imple
|
| /** @domName defaultView */
|
| Window get window() => LevelDom.wrapWindow(_documentPtr.defaultView);
|
|
|
| - /** @domName designMode */
|
| - void set designMode(String value) { _documentPtr.dynamic.designMode = value; }
|
| -
|
| /** @domName domain */
|
| String get domain() => _documentPtr.domain;
|
|
|
|
|