Title: [216109] trunk/Source/_javascript_Core
Revision
216109
Author
[email protected]
Date
2017-05-02 19:48:49 -0700 (Tue, 02 May 2017)

Log Message

Build fix after r216078
https://bugs.webkit.org/show_bug.cgi?id=171554

Patch by Don Olmstead <[email protected]> on 2017-05-02
Reviewed by Saam Barati.

* API/tests/testapi.c:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/tests/testapi.c (216108 => 216109)


--- trunk/Source/_javascript_Core/API/tests/testapi.c	2017-05-03 02:48:25 UTC (rev 216108)
+++ trunk/Source/_javascript_Core/API/tests/testapi.c	2017-05-03 02:48:49 UTC (rev 216109)
@@ -1117,7 +1117,13 @@
     val.name = "something";
 }
 
+#ifdef __cplusplus
+extern "C" {
+#endif
 void JSSynchronousGarbageCollectForDebugging(JSContextRef);
+#ifdef __cplusplus
+}
+#endif
 
 static const unsigned numWeakRefs = 10000;
 

Modified: trunk/Source/_javascript_Core/ChangeLog (216108 => 216109)


--- trunk/Source/_javascript_Core/ChangeLog	2017-05-03 02:48:25 UTC (rev 216108)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-05-03 02:48:49 UTC (rev 216109)
@@ -1,3 +1,12 @@
+2017-05-02  Don Olmstead  <[email protected]>
+
+        Build fix after r216078
+        https://bugs.webkit.org/show_bug.cgi?id=171554
+
+        Reviewed by Saam Barati.
+
+        * API/tests/testapi.c:
+
 2017-05-02  Filip Pizlo  <[email protected]>
 
         Unreviewed, fix pedantic C compilers.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to