SpiderMonkey 38 upgrade: 31/35

Remove workaround for crash when using multiple ctxts per runtime, this
was fixed upstream. Patch by leper.
Addresses https://bugzilla.mozilla.org/show_bug.cgi?id=890243 and
https://bugzilla.mozilla.org/show_bug.cgi?id=905926

This was SVN commit r18685.
This commit is contained in:
Itms
2016-09-02 16:50:07 +00:00
parent f06eb5536b
commit 72ec5d9767
2 changed files with 0 additions and 7 deletions
-3
View File
@@ -74,9 +74,6 @@ private:
void PrepareContextsForIncrementalGC();
void GCCallbackMember();
// Workaround for: https://bugzilla.mozilla.org/show_bug.cgi?id=890243
JSContext* m_dummyContext;
std::list<JSContext*> m_Contexts;
std::vector<std::shared_ptr<void> > m_FinalizationListObjectIdCache;