diff --git a/mozilla/widget/public/nsIFormatConverter.h b/mozilla/widget/public/nsIFormatConverter.h index 5f499605e42..fa578648f13 100644 --- a/mozilla/widget/public/nsIFormatConverter.h +++ b/mozilla/widget/public/nsIFormatConverter.h @@ -32,6 +32,8 @@ class nsIFormatConverter : public nsISupports { public: + static const nsIID& GetIID() { static nsIID iid = NS_IFORMATCONVERTER_IID; return iid; } + /** * Get the list of the "input" data flavors, in otherwords, the flavors * that this converter can convert "from" (the incoming data to the converter)