Title: [177249] trunk/Source/WebCore
Revision
177249
Author
[email protected]
Date
2014-12-12 16:37:56 -0800 (Fri, 12 Dec 2014)

Log Message

Remove a workaround for a bug that was fixed in Mountain Lion
https://bugs.webkit.org/show_bug.cgi?id=139605

Reviewed by Sam Weinig.

* WebCorePrefix.h:
(move): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (177248 => 177249)


--- trunk/Source/WebCore/ChangeLog	2014-12-13 00:33:35 UTC (rev 177248)
+++ trunk/Source/WebCore/ChangeLog	2014-12-13 00:37:56 UTC (rev 177249)
@@ -1,3 +1,13 @@
+2014-12-12  Anders Carlsson  <[email protected]>
+
+        Remove a workaround for a bug that was fixed in Mountain Lion
+        https://bugs.webkit.org/show_bug.cgi?id=139605
+
+        Reviewed by Sam Weinig.
+
+        * WebCorePrefix.h:
+        (move): Deleted.
+
 2014-12-12  Zalan Bujtas  <[email protected]>
 
         https://bugs.webkit.org/show_bug.cgi?id=139596

Modified: trunk/Source/WebCore/WebCorePrefix.h (177248 => 177249)


--- trunk/Source/WebCore/WebCorePrefix.h	2014-12-13 00:33:35 UTC (rev 177248)
+++ trunk/Source/WebCore/WebCorePrefix.h	2014-12-13 00:37:56 UTC (rev 177249)
@@ -79,37 +79,9 @@
 #endif
 
 #ifdef __cplusplus
-
-
-#include <ciso646>
-
-#if defined(_LIBCPP_VERSION)
-
-// Add work around for a bug in libc++ that caused standard heap
-// APIs to not compile <rdar://problem/10858112>.
-
-#include <type_traits>
-
-namespace WebCore {
-    class TimerHeapReference;
-}
-
-_LIBCPP_BEGIN_NAMESPACE_STD
-
-inline _LIBCPP_INLINE_VISIBILITY
-const WebCore::TimerHeapReference& move(const WebCore::TimerHeapReference& t)
-{
-    return t;
-}
-
-_LIBCPP_END_NAMESPACE_STD
-
-#endif // defined(_LIBCPP_VERSION)
-
 #include <algorithm>
 #include <cstddef>
 #include <new>
-
 #endif
 
 #if defined(__APPLE__)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to