зеркало из https://github.com/mozilla/pjs.git
Bug 377751: Fixing windows compilation problem.
This commit is contained in:
Родитель
a321682d05
Коммит
7766aefe0b
|
@ -463,7 +463,7 @@ JSBool XPCDispIDArray::IsMarked() const
|
|||
|
||||
// NOP. This is just here to make the AutoMarkingPtr code compile.
|
||||
inline
|
||||
void XPCDispIDArray::TraceJS(JSTracer* trc)
|
||||
void XPCDispIDArray::Mark()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -317,6 +317,11 @@ public:
|
|||
*/
|
||||
void Unmark();
|
||||
|
||||
/**
|
||||
* NOP. This is just here to make the AutoMarkingPtr code compile.
|
||||
*/
|
||||
inline void Mark(JSContext*);
|
||||
|
||||
/**
|
||||
* Tests whether the ID is marked
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче