diff options
Diffstat (limited to 'components/interfaces/rdIRedirector.idl')
-rw-r--r-- | components/interfaces/rdIRedirector.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/interfaces/rdIRedirector.idl b/components/interfaces/rdIRedirector.idl index b36d133..d229263 100644 --- a/components/interfaces/rdIRedirector.idl +++ b/components/interfaces/rdIRedirector.idl @@ -2,8 +2,8 @@ #include "nsISupports.idl" #include "rdIRedirect.idl" -[scriptable, uuid(12300000-0000-0000-c000-000000000046)] -interface rdIRedirector { +[scriptable, uuid(cdf25d91-bce1-11de-aee1-028037ec0200)] +interface rdIRedirector : nsISupports { void test(); }; |