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