On Fri, Apr 4, 2008 at 9:55 AM, higepon <[EMAIL PROTECTED]> wrote:
>    if (aSubject.notificationCallbacks &&
>  aSubject.notificationCallbacks instanceof XMLHttpRequest) {
>       isXMLRequest = true;

Maybe try:
  if (aSubject.notificationCallbacks &&
    aSubject.notificationCallbacks instanceof
Components.interfaces.nsIXMLHttpRequest) {
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to