зеркало из https://github.com/mozilla/gecko-dev.git
Fix build bustage: make sure overloaded function uses identical return
type.
This commit is contained in:
Родитель
c5c7fc45e1
Коммит
97814c2d09
|
@ -158,7 +158,7 @@ public:
|
|||
NS_IMETHOD Initialize(nsIURL * aURL);
|
||||
|
||||
// aConsumer is typically a display stream you may want the results to be displayed into...
|
||||
NS_IMETHOD LoadUrl(nsIURL * aURL, nsISupports * aConsumer = nsnull);
|
||||
virtual nsresult LoadUrl(nsIURL * aURL, nsISupports * aConsumer = nsnull);
|
||||
|
||||
// stop binding is a "notification" informing us that the stream associated with aURL is going away.
|
||||
NS_IMETHOD OnStopBinding(nsIURL* aURL, nsresult aStatus, const PRUnichar* aMsg);
|
||||
|
|
Загрузка…
Ссылка в новой задаче