| Index: tools/dom/src/html_native_DOMImplementation.dart
|
| diff --git a/tools/dom/src/html_native_DOMImplementation.dart b/tools/dom/src/html_native_DOMImplementation.dart
|
| index 57f75da6caac3deed189fdb684099c7b76700b12..6fee3f538f15cf0522ab1ed7f458b32c3d109b6d 100644
|
| --- a/tools/dom/src/html_native_DOMImplementation.dart
|
| +++ b/tools/dom/src/html_native_DOMImplementation.dart
|
| @@ -990,3 +990,7 @@ get _pureIsolateScheduleImmediateClosure => ((void callback()) =>
|
| void _initializeCustomElement(Element e) {
|
| _Utils.initializeCustomElement(e);
|
| }
|
| +
|
| +// Class for unsupported native browser 'DOM' objects.
|
| +class _UnsupportedBrowserObject extends NativeFieldWrapperClass2 {
|
| +}
|
|
|