mozilla / shumway

Shumway is a Flash VM and runtime written in JavaScript
Apache License 2.0
3.68k stars 397 forks source link

Use ThreadSafeChromeUtils.nondeterministicGetWeakMapKeys. Fixes #2416. #2417

Closed luser closed 8 years ago

luser commented 8 years ago

Components.utils.nondeterministicGetWeakMapKeys was removed: https://hg.mozilla.org/mozilla-central/rev/7c22b95c0e29


This change is Reviewable

tschneidereit commented 8 years ago

Thanks!