Title: [189077] trunk/Source/_javascript_Core
Revision
189077
Author
[email protected]
Date
2015-08-27 17:20:06 -0700 (Thu, 27 Aug 2015)

Log Message

[Win] Unreviewed build fix after r189064.

JSTypedArrayViewPrototypes.{h,cpp} -> JSTypedArrayViewPrototype.{h,cpp}

* _javascript_Core.vcxproj/_javascript_Core.vcxproj:
* _javascript_Core.vcxproj/_javascript_Core.vcxproj.filters:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (189076 => 189077)


--- trunk/Source/_javascript_Core/ChangeLog	2015-08-28 00:04:52 UTC (rev 189076)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-08-28 00:20:06 UTC (rev 189077)
@@ -1,3 +1,12 @@
+2015-08-27  Brent Fulgham  <[email protected]>
+
+        [Win] Unreviewed build fix after r189064.
+
+        JSTypedArrayViewPrototypes.{h,cpp} -> JSTypedArrayViewPrototype.{h,cpp}
+
+        * _javascript_Core.vcxproj/_javascript_Core.vcxproj:
+        * _javascript_Core.vcxproj/_javascript_Core.vcxproj.filters:
+
 2015-08-27  Alex Christensen  <[email protected]>
 
         Make DLLLauncherMain executables dependent on dll

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj (189076 => 189077)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj	2015-08-28 00:04:52 UTC (rev 189076)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj	2015-08-28 00:20:06 UTC (rev 189077)
@@ -807,7 +807,7 @@
     <ClCompile Include="..\runtime\JSTemplateRegistryKey.cpp" />
     <ClCompile Include="..\runtime\JSTypedArrayConstructors.cpp" />
     <ClCompile Include="..\runtime\JSTypedArrayPrototypes.cpp" />
-    <ClCompile Include="..\runtime\JSTypedArrayViewPrototypes.cpp" />
+    <ClCompile Include="..\runtime\JSTypedArrayViewPrototype.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\JSTypedArrayViewPrototypes.h" />
+    <ClInclude Include="..\runtime\JSTypedArrayViewPrototype.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 (189076 => 189077)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj.filters	2015-08-28 00:04:52 UTC (rev 189076)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/_javascript_Core.vcxproj.filters	2015-08-28 00:20:06 UTC (rev 189077)
@@ -1038,7 +1038,7 @@
     <ClCompile Include="..\runtime\JSTypedArrayPrototypes.cpp">
       <Filter>runtime</Filter>
     </ClCompile>
-    <ClCompile Include="..\runtime\JSTypedArrayViewPrototypes.cpp">
+    <ClCompile Include="..\runtime\JSTypedArrayViewPrototype.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\JSTypedArrayViewPrototypes.h">
+    <ClInclude Include="..\runtime\JSTypedArrayViewPrototype.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