зеркало из https://github.com/mozilla/pjs.git
Switching calDateTime to implement Trace, not Mark method to make things compile and work after landing bug 377751.
This commit is contained in:
Родитель
fb5f004c33
Коммит
32949a6427
|
@ -938,10 +938,10 @@ calDateTime::HasInstance(nsIXPConnectWrappedNative *wrapper, JSContext * cx,
|
||||||
return NS_ERROR_NOT_IMPLEMENTED;
|
return NS_ERROR_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PRUint32 mark (in nsIXPConnectWrappedNative wrapper, in JSContextPtr cx, in JSObjectPtr obj, in voidPtr arg); */
|
/* void trace (in nsIXPConnectWrappedNative wrapper, in JSTracePtr trc, in JSObjectPtr obj); */
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
calDateTime::Mark(nsIXPConnectWrappedNative *wrapper, JSContext * cx,
|
calDateTime::Trace(nsIXPConnectWrappedNative *wrapper, JSTracer *trc,
|
||||||
JSObject * obj, void * arg, PRUint32 *_retval)
|
JSObject *obj)
|
||||||
{
|
{
|
||||||
return NS_ERROR_NOT_IMPLEMENTED;
|
return NS_ERROR_NOT_IMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче