Title: [189090] trunk/Source/_javascript_Core
Revision
189090
Author
[email protected]
Date
2015-08-28 01:57:49 -0700 (Fri, 28 Aug 2015)

Log Message

Unreviewed Windows buildfix.

Revert r189077 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 (189089 => 189090)


--- trunk/Source/_javascript_Core/ChangeLog	2015-08-28 08:27:38 UTC (rev 189089)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-08-28 08:57:49 UTC (rev 189090)
@@ -1,3 +1,12 @@
+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:
+        * _javascript_Core.vcxproj/_javascript_Core.vcxproj.filters:
+
 2015-08-27  Yusuke Suzuki  <[email protected]>
 
         [ES6] Implement Module execution and Loader's ready / link phase

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj (189089 => 189090)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj	2015-08-28 08:27:38 UTC (rev 189089)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj	2015-08-28 08:57:49 UTC (rev 189090)
@@ -807,7 +807,7 @@
     <ClCompile Include="..\runtime\JSTemplateRegistryKey.cpp" />
     <ClCompile Include="..\runtime\JSTypedArrayConstructors.cpp" />
     <ClCompile Include="..\runtime\JSTypedArrayPrototypes.cpp" />
-    <ClCompile Include="..\runtime\JSTypedArrayViewPrototype.cpp" />
+    <ClCompile Include="..\runtime\JSTypedArrayViewPrototypes.cpp" />
     <ClCompile Include="..\runtime\JSTypedArrays.cpp" />
     <ClCompile Include="..\runtime\JSEnvironmentRecord.cpp" />
     <ClCompile Include="..\runtime\JSWeakMap.cpp" />
@@ -1663,7 +1663,7 @@
     <ClInclude Include="..\runtime\JSTypeInfo.h" />
     <ClInclude Include="..\runtime\JSTypedArrayConstructors.h" />
     <ClInclude Include="..\runtime\JSTypedArrayPrototypes.h" />
-    <ClInclude Include="..\runtime\JSTypedArrayViewPrototype.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 (189089 => 189090)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj.filters	2015-08-28 08:27:38 UTC (rev 189089)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj.filters	2015-08-28 08:57:49 UTC (rev 189090)
@@ -1038,7 +1038,7 @@
     <ClCompile Include="..\runtime\JSTypedArrayPrototypes.cpp">
       <Filter>runtime</Filter>
     </ClCompile>
-    <ClCompile Include="..\runtime\JSTypedArrayViewPrototype.cpp">
+    <ClCompile Include="..\runtime\JSTypedArrayViewPrototypes.cpp">
       <Filter>runtime</Filter>
     </ClCompile>
     <ClCompile Include="..\runtime\JSTypedArrays.cpp">
@@ -3400,7 +3400,7 @@
     <ClInclude Include="..\runtime\JSTypedArrayPrototypes.h">
       <Filter>runtime</Filter>
     </ClInclude>
-    <ClInclude Include="..\runtime\JSTypedArrayViewPrototype.h">
+    <ClInclude Include="..\runtime\JSTypedArrayViewPrototypes.h">
       <Filter>runtime</Filter>
     </ClInclude>
     <ClInclude Include="..\runtime\JSTypedArrays.h">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to