Title: [217816] trunk/Source/_javascript_Core
Revision
217816
Author
[email protected]
Date
2017-06-05 20:51:15 -0700 (Mon, 05 Jun 2017)

Log Message

Follow-up: Update JSC's features.json
https://bugs.webkit.org/show_bug.cgi?id=172942

Rubber-stamped by Jon Davis.

* features.json: Change "Supported in preview" to
"Supported" to try to fix <https://webkit.org/status/>.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (217815 => 217816)


--- trunk/Source/_javascript_Core/ChangeLog	2017-06-06 03:22:19 UTC (rev 217815)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-06-06 03:51:15 UTC (rev 217816)
@@ -1,3 +1,13 @@
+2017-06-05  David Kilzer  <[email protected]>
+
+        Follow-up: Update JSC's features.json
+        https://bugs.webkit.org/show_bug.cgi?id=172942
+
+        Rubber-stamped by Jon Davis.
+
+        * features.json: Change "Supported in preview" to
+        "Supported" to try to fix <https://webkit.org/status/>.
+
 2017-06-05  Saam Barati  <[email protected]>
 
         We don't properly parse init_expr when the opcode is an unexpected opcode

Modified: trunk/Source/_javascript_Core/features.json (217815 => 217816)


--- trunk/Source/_javascript_Core/features.json	2017-06-06 03:22:19 UTC (rev 217815)
+++ trunk/Source/_javascript_Core/features.json	2017-06-06 03:51:15 UTC (rev 217816)
@@ -38,7 +38,7 @@
     {
         "name": "WebAssembly",
         "status": {
-            "status": "Supported in preview"
+            "status": "Supported"
         },
         "url": "http://webassembly.github.io",
         "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=146064",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to