Title: [104339] trunk/Source/_javascript_Core
Revision
104339
Author
[email protected]
Date
2012-01-06 14:22:45 -0800 (Fri, 06 Jan 2012)

Log Message

Fix windows build.

* wtf/TypeTraits.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (104338 => 104339)


--- trunk/Source/_javascript_Core/ChangeLog	2012-01-06 22:15:31 UTC (rev 104338)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-01-06 22:22:45 UTC (rev 104339)
@@ -1,3 +1,9 @@
+2012-01-06  Sam Weinig  <[email protected]>
+
+        Fix windows build.
+
+        * wtf/TypeTraits.cpp:
+
 2012-01-05  Michael Saboff  <[email protected]>
 
         Default HashTraits for Opcode don't work for Opcode = 0

Modified: trunk/Source/_javascript_Core/wtf/TypeTraits.cpp (104338 => 104339)


--- trunk/Source/_javascript_Core/wtf/TypeTraits.cpp	2012-01-06 22:15:31 UTC (rev 104338)
+++ trunk/Source/_javascript_Core/wtf/TypeTraits.cpp	2012-01-06 22:22:45 UTC (rev 104339)
@@ -152,7 +152,4 @@
 COMPILE_ASSERT((IsSameType<int*, DecayArray<IntArray>::Type>::value), WTF_Test_DecayArray_int_array);
 COMPILE_ASSERT((IsSameType<int*, DecayArray<IntArraySized>::Type>::value), WTF_Test_DecayArray_int_sized_array);
 
-COMPILE_ASSERT((IsSameType<int*, DecayArray<IntArray&>::Type>::value), WTF_Test_DecayArray_int_array_reference);
-COMPILE_ASSERT((IsSameType<int*, DecayArray<IntArraySized&>::Type>::value), WTF_Test_DecayArray_int_sized_array_reference);
-
 } // namespace WTF
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to