| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 749e8b28fe0b231b35fdbfeabfde3debe4b8fc47..5756363daef1b135450c8b61c50a6f52fa6392fe 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2600,11 +2600,11 @@
|
| 'html/ClassList.h',
|
| 'html/CrossOriginAttribute.cpp',
|
| 'html/CrossOriginAttribute.h',
|
| - 'html/DOMFormData.cpp',
|
| - 'html/DOMFormData.h',
|
| 'html/DocumentNameCollection.cpp',
|
| 'html/DocumentNameCollection.h',
|
| 'html/FormAssociatedElement.cpp',
|
| + 'html/FormData.cpp',
|
| + 'html/FormData.h',
|
| 'html/FormDataList.cpp',
|
| 'html/FormDataList.h',
|
| 'html/HTMLAllCollection.cpp',
|
| @@ -3799,7 +3799,7 @@
|
| 'frame/csp/CSPSourceListTest.cpp',
|
| 'frame/csp/CSPSourceTest.cpp',
|
| 'frame/csp/ContentSecurityPolicyTest.cpp',
|
| - 'html/DOMFormDataTest.cpp',
|
| + 'html/FormDataTest.cpp',
|
| 'html/HTMLDimensionTest.cpp',
|
| 'html/HTMLFormControlElementTest.cpp',
|
| 'html/HTMLImageElementTest.cpp',
|
|
|