Title: [160002] trunk/Source/WebKit2
- Revision
- 160002
- Author
- [email protected]
- Date
- 2013-12-03 07:02:03 -0800 (Tue, 03 Dec 2013)
Log Message
Debug build fix : Add '<algorithm>' for 'std::is_sorted' after r159965.
https://bugs.webkit.org/show_bug.cgi?id=125140
Reviewed by Csaba Osztrogonác.
* Shared/APIClient.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (160001 => 160002)
--- trunk/Source/WebKit2/ChangeLog 2013-12-03 14:24:50 UTC (rev 160001)
+++ trunk/Source/WebKit2/ChangeLog 2013-12-03 15:02:03 UTC (rev 160002)
@@ -1,3 +1,12 @@
+2013-12-03 Seokju Kwon <[email protected]>
+
+ Debug build fix : Add '<algorithm>' for 'std::is_sorted' after r159965.
+ https://bugs.webkit.org/show_bug.cgi?id=125140
+
+ Reviewed by Csaba Osztrogonác.
+
+ * Shared/APIClient.h:
+
2013-12-03 Peter Molnar <[email protected]>
Fix EFL build with INPUT_TYPE_COLOR disabled.
Modified: trunk/Source/WebKit2/Shared/APIClient.h (160001 => 160002)
--- trunk/Source/WebKit2/Shared/APIClient.h 2013-12-03 14:24:50 UTC (rev 160001)
+++ trunk/Source/WebKit2/Shared/APIClient.h 2013-12-03 15:02:03 UTC (rev 160002)
@@ -29,6 +29,10 @@
#include "APIClientTraits.h"
#include <array>
+#if !ASSERT_DISABLED
+#include <algorithm> // std::is_sorted
+#endif
+
// FIXME: Transition all clients from WebKit::APIClient to API::Client.
namespace API {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes