| Index: client/html/html_frog.dart
|
| diff --git a/client/html/html_frog.dart b/client/html/html_frog.dart
|
| index d8184f4eeecfd6a7ddd349d633a5d2a521a0bc21..653ef9fb1f2b52a3edf9daeea7edb6e1feb0d083 100644
|
| --- a/client/html/html_frog.dart
|
| +++ b/client/html/html_frog.dart
|
| @@ -1091,3 +1091,7 @@ Document get document() {
|
| }
|
|
|
| _DocumentImpl get _document() native "return window.document.documentElement;";
|
| +
|
| +// Workaround for classes like <site> that lack their own Element subclass.
|
| +class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" {
|
| +}
|
|
|