From 05a2765b87a8ff2d4e86ef4cf7c3bea50ba2d5aa Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Thu, 1 Jul 2004 23:33:32 +0000 Subject: [PATCH] rev'ing IID for nsIProxyInfo since it was changed (b=224237) git-svn-id: svn://10.0.0.236/trunk@158674 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/base/public/nsIProxyInfo.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/netwerk/base/public/nsIProxyInfo.idl b/mozilla/netwerk/base/public/nsIProxyInfo.idl index 392f12bbf2d..d7ca4763494 100644 --- a/mozilla/netwerk/base/public/nsIProxyInfo.idl +++ b/mozilla/netwerk/base/public/nsIProxyInfo.idl @@ -52,7 +52,7 @@ */ native constCharPtr(const char*); -[scriptable, uuid(b65d22b0-1dd1-11b2-8f95-920e5b7b56f0)] +[scriptable, uuid(d49f429c-7c8e-4f7a-90a3-ea6122bd3887)] interface nsIProxyInfo : nsISupports { [noscript, notxpcom] constCharPtr Host();