Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
No nightlies listed on nightly.webkit.org when using shipping Safari …
…on macOS Sierra and OS X El Capitan https://bugs.webkit.org/show_bug.cgi?id=178372 Reviewed by Tim Horton. The Build Archive page depends on the collections (e.g. HTMLCollection) being iterable so as to support iteration using ES6 for-of loop. Such support postdates the version of WebKit shipped in macOS Sierra and OS X El Capitan. We should make <https://webkit.org/build-archives/> work for these OSes since we still publish nightlies for them. * wp-content/themes/webkit/build-archives.php: Use Array.prototype.slice() to convert the HTMLCollection to an array that can be iterated using a ES6 for-of loop. Canonical link: https://commits.webkit.org/194595@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@223455 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
18 additions
and 2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters