| Index: client/dom/frog/dom_frog.dart
 | 
| diff --git a/client/dom/frog/dom_frog.dart b/client/dom/frog/dom_frog.dart
 | 
| index 4950aa86507abeb1040d5560786cb5ed0c9c4b9e..9920fb29e66bf2ee9591094d54af5811c7469cb7 100644
 | 
| --- a/client/dom/frog/dom_frog.dart
 | 
| +++ b/client/dom/frog/dom_frog.dart
 | 
| @@ -403,12 +403,6 @@ class _CSSPrimitiveValueJs extends _CSSValueJs implements CSSPrimitiveValue nati
 | 
|  
 | 
|    static final int CSS_URI = 20;
 | 
|  
 | 
| -  static final int CSS_VH = 27;
 | 
| -
 | 
| -  static final int CSS_VMIN = 28;
 | 
| -
 | 
| -  static final int CSS_VW = 26;
 | 
| -
 | 
|    final int primitiveType;
 | 
|  
 | 
|    _CounterJs getCounterValue() native;
 | 
| @@ -1724,6 +1718,13 @@ class _DynamicsCompressorNodeJs extends _AudioNodeJs implements DynamicsCompress
 | 
|    final _AudioParamJs threshold;
 | 
|  }
 | 
|  
 | 
| +class _EXTTextureFilterAnisotropicJs extends _DOMTypeJs implements EXTTextureFilterAnisotropic native "*EXTTextureFilterAnisotropic" {
 | 
| +
 | 
| +  static final int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF;
 | 
| +
 | 
| +  static final int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE;
 | 
| +}
 | 
| +
 | 
|  class _ElementJs extends _NodeJs implements Element native "*Element" {
 | 
|  
 | 
|    static final int ALLOW_KEYBOARD_INPUT = 1;
 | 
| @@ -2787,6 +2788,8 @@ class _HTMLDocumentJs extends _DocumentJs implements HTMLDocument native "*HTMLD
 | 
|  
 | 
|    String fgColor;
 | 
|  
 | 
| +  final int height;
 | 
| +
 | 
|    String linkColor;
 | 
|  
 | 
|    final _HTMLCollectionJs plugins;
 | 
| @@ -2795,6 +2798,8 @@ class _HTMLDocumentJs extends _DocumentJs implements HTMLDocument native "*HTMLD
 | 
|  
 | 
|    String vlinkColor;
 | 
|  
 | 
| +  final int width;
 | 
| +
 | 
|    void captureEvents() native;
 | 
|  
 | 
|    void clear() native;
 | 
| @@ -2884,6 +2889,10 @@ class _HTMLFieldSetElementJs extends _HTMLElementJs implements HTMLFieldSetEleme
 | 
|  
 | 
|    final _HTMLFormElementJs form;
 | 
|  
 | 
| +  String name;
 | 
| +
 | 
| +  final String type;
 | 
| +
 | 
|    final String validationMessage;
 | 
|  
 | 
|    final _ValidityStateJs validity;
 | 
| @@ -3665,6 +3674,8 @@ class _HTMLSelectElementJs extends _HTMLElementJs implements HTMLSelectElement n
 | 
|  
 | 
|    int selectedIndex;
 | 
|  
 | 
| +  final _HTMLCollectionJs selectedOptions;
 | 
| +
 | 
|    int size;
 | 
|  
 | 
|    final String type;
 | 
| @@ -3928,8 +3939,6 @@ class _HTMLTrackElementJs extends _HTMLElementJs implements HTMLTrackElement nat
 | 
|  
 | 
|    static final int NONE = 0;
 | 
|  
 | 
| -  bool isDefault;
 | 
| -
 | 
|    String kind;
 | 
|  
 | 
|    String label;
 | 
| @@ -9171,6 +9180,8 @@ class _ScriptProfileNodeJs extends _DOMTypeJs implements ScriptProfileNode nativ
 | 
|  
 | 
|  class _ShadowRootJs extends _DocumentFragmentJs implements ShadowRoot native "*ShadowRoot" {
 | 
|  
 | 
| +  final _ElementJs activeElement;
 | 
| +
 | 
|    final _ElementJs host;
 | 
|  
 | 
|    String innerHTML;
 | 
| @@ -12269,12 +12280,6 @@ interface CSSPrimitiveValue extends CSSValue {
 | 
|  
 | 
|    static final int CSS_URI = 20;
 | 
|  
 | 
| -  static final int CSS_VH = 27;
 | 
| -
 | 
| -  static final int CSS_VMIN = 28;
 | 
| -
 | 
| -  static final int CSS_VW = 26;
 | 
| -
 | 
|    final int primitiveType;
 | 
|  
 | 
|    Counter getCounterValue();
 | 
| @@ -13827,6 +13832,18 @@ interface DynamicsCompressorNode extends AudioNode {
 | 
|  
 | 
|  // WARNING: Do not edit - generated code.
 | 
|  
 | 
| +interface EXTTextureFilterAnisotropic {
 | 
| +
 | 
| +  static final int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF;
 | 
| +
 | 
| +  static final int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE;
 | 
| +}
 | 
| +// Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file
 | 
| +// 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.
 | 
| +
 | 
| +// WARNING: Do not edit - generated code.
 | 
| +
 | 
|  interface Element extends Node, NodeSelector, ElementTraversal {
 | 
|  
 | 
|    static final int ALLOW_KEYBOARD_INPUT = 1;
 | 
| @@ -14941,6 +14958,8 @@ interface HTMLDocument extends Document {
 | 
|  
 | 
|    String fgColor;
 | 
|  
 | 
| +  final int height;
 | 
| +
 | 
|    String linkColor;
 | 
|  
 | 
|    final HTMLCollection plugins;
 | 
| @@ -14949,6 +14968,8 @@ interface HTMLDocument extends Document {
 | 
|  
 | 
|    String vlinkColor;
 | 
|  
 | 
| +  final int width;
 | 
| +
 | 
|    void captureEvents();
 | 
|  
 | 
|    void clear();
 | 
| @@ -15053,6 +15074,10 @@ interface HTMLFieldSetElement extends HTMLElement {
 | 
|  
 | 
|    final HTMLFormElement form;
 | 
|  
 | 
| +  String name;
 | 
| +
 | 
| +  final String type;
 | 
| +
 | 
|    final String validationMessage;
 | 
|  
 | 
|    final ValidityState validity;
 | 
| @@ -16007,6 +16032,8 @@ interface HTMLSelectElement extends HTMLElement {
 | 
|  
 | 
|    int selectedIndex;
 | 
|  
 | 
| +  final HTMLCollection selectedOptions;
 | 
| +
 | 
|    int size;
 | 
|  
 | 
|    final String type;
 | 
| @@ -16335,8 +16362,6 @@ interface HTMLTrackElement extends HTMLElement {
 | 
|  
 | 
|    static final int NONE = 0;
 | 
|  
 | 
| -  bool isDefault;
 | 
| -
 | 
|    String kind;
 | 
|  
 | 
|    String label;
 | 
| @@ -20934,6 +20959,8 @@ interface ShadowRoot extends DocumentFragment default _ShadowRootFactoryProvider
 | 
|  
 | 
|    ShadowRoot(Element host);
 | 
|  
 | 
| +  final Element activeElement;
 | 
| +
 | 
|    final Element host;
 | 
|  
 | 
|    String innerHTML;
 | 
| 
 |