Title: [148568] trunk/Source/_javascript_Core
Revision
148568
Author
[email protected]
Date
2013-04-16 16:26:56 -0700 (Tue, 16 Apr 2013)

Log Message

Another Windows build fix attempt.

* runtime/JSGlobalData.h:
(JSGlobalData):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (148567 => 148568)


--- trunk/Source/_javascript_Core/ChangeLog	2013-04-16 23:25:10 UTC (rev 148567)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-04-16 23:26:56 UTC (rev 148568)
@@ -1,5 +1,12 @@
 2013-04-16  Anders Carlsson  <[email protected]>
 
+        Another Windows build fix attempt.
+
+        * runtime/JSGlobalData.h:
+        (JSGlobalData):
+
+2013-04-16  Anders Carlsson  <[email protected]>
+
         Try to fix the Windows build.
 
         * runtime/JSGlobalData.h:

Modified: trunk/Source/_javascript_Core/runtime/JSGlobalData.h (148567 => 148568)


--- trunk/Source/_javascript_Core/runtime/JSGlobalData.h	2013-04-16 23:25:10 UTC (rev 148567)
+++ trunk/Source/_javascript_Core/runtime/JSGlobalData.h	2013-04-16 23:26:56 UTC (rev 148568)
@@ -53,7 +53,6 @@
 #include <wtf/BumpPointerAllocator.h>
 #include <wtf/Forward.h>
 #include <wtf/HashMap.h>
-#include <wtf/MathExtras.h>
 #include <wtf/RefCountedArray.h>
 #include <wtf/SimpleStats.h>
 #include <wtf/ThreadSafeRefCounted.h>
@@ -392,7 +391,7 @@
         ThreadIdentifier exclusiveThread;
 #endif
 
-        CachedTranscendentalFunction<sin> cachedSin;
+        CachedTranscendentalFunction<std::sin> cachedSin;
 
         JS_EXPORT_PRIVATE void resetDateCache();
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to