Chromium Code Reviews| Index: lib/dom/scripts/systemhtml.py |
| =================================================================== |
| --- lib/dom/scripts/systemhtml.py (revision 11420) |
| +++ lib/dom/scripts/systemhtml.py (working copy) |
| @@ -259,7 +259,7 @@ |
| 'DivElement': 'div', |
| 'EmbedElement': 'embed', |
| 'FieldSetElement': 'fieldset', |
| - 'Form': 'form', |
| + 'FormElement': 'form', |
| 'HRElement': 'hr', |
| 'HeadElement': 'head', |
| 'HeadingElement': [ElementConstructorInfo('h1'), |