Bug 377751: Fixing windows compilation problem.

This commit is contained in:
igor@mir2.org 2007-05-01 14:33:00 -07:00
Родитель a321682d05
Коммит 7766aefe0b
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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
*/