Changeset 217816 in webkit


Ignore:
Timestamp:
Jun 5, 2017 8:51:15 PM (7 years ago)
Author:
ddkilzer@apple.com
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/>.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r217814 r217816  
     12017-06-05  David Kilzer  <ddkilzer@apple.com>
     2
     3        Follow-up: Update JSC's features.json
     4        https://bugs.webkit.org/show_bug.cgi?id=172942
     5
     6        Rubber-stamped by Jon Davis.
     7
     8        * features.json: Change "Supported in preview" to
     9        "Supported" to try to fix <https://webkit.org/status/>.
     10
    1112017-06-05  Saam Barati  <sbarati@apple.com>
    212
  • trunk/Source/JavaScriptCore/features.json

    r217805 r217816  
    3939        "name": "WebAssembly",
    4040        "status": {
    41             "status": "Supported in preview"
     41            "status": "Supported"
    4242        },
    4343        "url": "http://webassembly.github.io",
Note: See TracChangeset for help on using the changeset viewer.