mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-12 05:56:15 +00:00
SpiderMonkey 38 upgrade: 33/35
Remove a workaround. Note that this removal is incomplete. Based on patch by leper. This was SVN commit r18687.
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
|
||||
#include "maths/Fixed.h"
|
||||
#include "ScriptTypes.h"
|
||||
#include "ScriptVal.h"
|
||||
#include "ps/Errors.h"
|
||||
|
||||
ERROR_GROUP(Scripting);
|
||||
@@ -414,7 +413,7 @@ private:
|
||||
m_Constructor = std::move(other.m_Constructor);
|
||||
}
|
||||
|
||||
DefPersistentRooted<JSObject*> m_Prototype;
|
||||
JS::PersistentRootedObject m_Prototype;
|
||||
JSClass* m_Class;
|
||||
JSNative m_Constructor;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user