mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
562 stars 64 forks source link

remove for…of variable redeclarations once Mozilla bug 449811 fixed #68

Closed mykmelez closed 7 years ago

mykmelez commented 8 years ago

The webview-element branch #60 works around Mozilla bug 449811 by redeclaring for…of variables within their blocks. Once that bug is fixed, we should remove those workarounds.

mykmelez commented 7 years ago

Bug 449811 has now been fixed, so we should be able to remove those workarounds once we merge from upstream.

mykmelez commented 7 years ago

We've merged from upstream, and I fixed this in https://github.com/mozilla/positron-electron/pull/1 and https://github.com/mozilla/positron/pull/145.