Title: [189091] trunk/Source/_javascript_Core
- Revision
- 189091
- Author
- [email protected]
- Date
- 2015-08-28 02:09:55 -0700 (Fri, 28 Aug 2015)
Log Message
Unreviewed Windows buildfix.
Revert part of r189072 since the original change was rolled out by r189085.
* _javascript_Core.vcxproj/_javascript_Core.vcxproj:
* _javascript_Core.vcxproj/_javascript_Core.vcxproj.filters:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (189090 => 189091)
--- trunk/Source/_javascript_Core/ChangeLog 2015-08-28 08:57:49 UTC (rev 189090)
+++ trunk/Source/_javascript_Core/ChangeLog 2015-08-28 09:09:55 UTC (rev 189091)
@@ -2,6 +2,15 @@
Unreviewed Windows buildfix.
+ Revert part of r189072 since the original change was rolled out by r189085.
+
+ * _javascript_Core.vcxproj/_javascript_Core.vcxproj:
+ * _javascript_Core.vcxproj/_javascript_Core.vcxproj.filters:
+
+2015-08-28 Csaba Osztrogonác <[email protected]>
+
+ Unreviewed Windows buildfix.
+
Revert r189077 since the original change was rolled out by r189085.
* _javascript_Core.vcxproj/_javascript_Core.vcxproj:
Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj (189090 => 189091)
--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj 2015-08-28 08:57:49 UTC (rev 189090)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj 2015-08-28 09:09:55 UTC (rev 189091)
@@ -807,7 +807,6 @@
<ClCompile Include="..\runtime\JSTemplateRegistryKey.cpp" />
<ClCompile Include="..\runtime\JSTypedArrayConstructors.cpp" />
<ClCompile Include="..\runtime\JSTypedArrayPrototypes.cpp" />
- <ClCompile Include="..\runtime\JSTypedArrayViewPrototypes.cpp" />
<ClCompile Include="..\runtime\JSTypedArrays.cpp" />
<ClCompile Include="..\runtime\JSEnvironmentRecord.cpp" />
<ClCompile Include="..\runtime\JSWeakMap.cpp" />
@@ -1663,7 +1662,6 @@
<ClInclude Include="..\runtime\JSTypeInfo.h" />
<ClInclude Include="..\runtime\JSTypedArrayConstructors.h" />
<ClInclude Include="..\runtime\JSTypedArrayPrototypes.h" />
- <ClInclude Include="..\runtime\JSTypedArrayViewPrototypes.h" />
<ClInclude Include="..\runtime\JSTypedArrays.h" />
<ClInclude Include="..\runtime\JSUint16Array.h" />
<ClInclude Include="..\runtime\JSUint32Array.h" />
Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj.filters (189090 => 189091)
--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj.filters 2015-08-28 08:57:49 UTC (rev 189090)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj.filters 2015-08-28 09:09:55 UTC (rev 189091)
@@ -1038,9 +1038,6 @@
<ClCompile Include="..\runtime\JSTypedArrayPrototypes.cpp">
<Filter>runtime</Filter>
</ClCompile>
- <ClCompile Include="..\runtime\JSTypedArrayViewPrototypes.cpp">
- <Filter>runtime</Filter>
- </ClCompile>
<ClCompile Include="..\runtime\JSTypedArrays.cpp">
<Filter>runtime</Filter>
</ClCompile>
@@ -3400,9 +3397,6 @@
<ClInclude Include="..\runtime\JSTypedArrayPrototypes.h">
<Filter>runtime</Filter>
</ClInclude>
- <ClInclude Include="..\runtime\JSTypedArrayViewPrototypes.h">
- <Filter>runtime</Filter>
- </ClInclude>
<ClInclude Include="..\runtime\JSTypedArrays.h">
<Filter>runtime</Filter>
</ClInclude>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes