Title: [226302] trunk/Source/_javascript_Core
Revision
226302
Author
clo...@igalia.com
Date
2017-12-27 09:41:19 -0800 (Wed, 27 Dec 2017)

Log Message

Build fix after r226299 (3)
https://bugs.webkit.org/show_bug.cgi?id=181160

Unreviewed build fix.

* API/tests/TypedArrayCTest.cpp: fix typo in header name.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/tests/TypedArrayCTest.cpp (226301 => 226302)


--- trunk/Source/_javascript_Core/API/tests/TypedArrayCTest.cpp	2017-12-27 17:38:14 UTC (rev 226301)
+++ trunk/Source/_javascript_Core/API/tests/TypedArrayCTest.cpp	2017-12-27 17:41:19 UTC (rev 226302)
@@ -27,7 +27,7 @@
 #include "TypedArrayCTest.h"
 
 #include "_javascript_.h"
-#include <cmath.h>
+#include <cmath>
 #include <limits.h>
 #include <math.h>
 #include <stdio.h>

Modified: trunk/Source/_javascript_Core/ChangeLog (226301 => 226302)


--- trunk/Source/_javascript_Core/ChangeLog	2017-12-27 17:38:14 UTC (rev 226301)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-12-27 17:41:19 UTC (rev 226302)
@@ -1,5 +1,14 @@
 2017-12-27  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
+        Build fix after r226299 (3)
+        https://bugs.webkit.org/show_bug.cgi?id=181160
+
+        Unreviewed build fix.
+
+        * API/tests/TypedArrayCTest.cpp: fix typo in header name.
+
+2017-12-27  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
         Build fix after r226299 (2)
         https://bugs.webkit.org/show_bug.cgi?id=181160
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to