mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 17:12:58 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user