Title: [181059] trunk/Source/_javascript_Core
Revision
181059
Author
[email protected]
Date
2015-03-04 17:51:57 -0800 (Wed, 04 Mar 2015)

Log Message

Silence GCC's -Wstrict-prototypes
https://bugs.webkit.org/show_bug.cgi?id=142278

Patch by Debarshi Ray <[email protected]> on 2015-03-04
Reviewed by Alexey Proskuryakov.

* API/JSContextRef.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/API/JSContextRef.h (181058 => 181059)


--- trunk/Source/_javascript_Core/API/JSContextRef.h	2015-03-05 01:43:07 UTC (rev 181058)
+++ trunk/Source/_javascript_Core/API/JSContextRef.h	2015-03-05 01:51:57 UTC (rev 181059)
@@ -48,7 +48,7 @@
  synchronization is required.
 @result The created JSContextGroup.
 */
-JS_EXPORT JSContextGroupRef JSContextGroupCreate() CF_AVAILABLE(10_6, 7_0);
+JS_EXPORT JSContextGroupRef JSContextGroupCreate(void) CF_AVAILABLE(10_6, 7_0);
 
 /*!
 @function

Modified: trunk/Source/_javascript_Core/ChangeLog (181058 => 181059)


--- trunk/Source/_javascript_Core/ChangeLog	2015-03-05 01:43:07 UTC (rev 181058)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-03-05 01:51:57 UTC (rev 181059)
@@ -1,3 +1,12 @@
+2015-03-04  Debarshi Ray  <[email protected]>
+
+        Silence GCC's -Wstrict-prototypes
+        https://bugs.webkit.org/show_bug.cgi?id=142278
+
+        Reviewed by Alexey Proskuryakov.
+
+        * API/JSContextRef.h:
+
 2015-03-04  Benjamin Poulain  <[email protected]>
 
         [JSC] Add a node for Math.log()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to