Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/forms/InputTypeNames.in |
| diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeNames.in b/third_party/WebKit/Source/core/html/forms/InputTypeNames.in |
| deleted file mode 100644 |
| index 5bb3246dab16ff5c73dfa20c00995754fb328944..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/Source/core/html/forms/InputTypeNames.in |
| +++ /dev/null |
| @@ -1,26 +0,0 @@ |
| -namespace="InputType" |
| -export="CORE_EXPORT" |
| - |
| -button |
| -checkbox |
| -color |
| -date |
| -datetime |
| -datetime-local |
| -file |
| -hidden |
| -image |
| -month |
| -number |
| -password |
| -radio |
| -range |
| -reset |
| -search |
| -submit |
| -tel |
| -text |
| -time |
| -url |
| -week |