зеркало из https://github.com/mozilla/gecko-dev.git
r=ccarlen, sr=rpotts. 65925. making editor progress listener support weak refs
This commit is contained in:
Родитель
393f351056
Коммит
6c882d4bc8
|
@ -272,7 +272,12 @@ nsEditorShell::~nsEditorShell()
|
|||
// care of themselves.
|
||||
}
|
||||
|
||||
NS_IMPL_ISUPPORTS4(nsEditorShell, nsIEditorShell, nsIWebProgressListener, nsIURIContentListener, nsIEditorSpellCheck);
|
||||
NS_IMPL_ISUPPORTS5(nsEditorShell,
|
||||
nsIEditorShell,
|
||||
nsIWebProgressListener,
|
||||
nsIURIContentListener,
|
||||
nsIEditorSpellCheck,
|
||||
nsISupportsWeakReference);
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsEditorShell::Init()
|
||||
|
|
|
@ -78,7 +78,8 @@ class nsIStyleSheet;
|
|||
class nsEditorShell : public nsIEditorShell,
|
||||
public nsIEditorSpellCheck,
|
||||
public nsIWebProgressListener,
|
||||
public nsIURIContentListener
|
||||
public nsIURIContentListener,
|
||||
public nsSupportsWeakReference
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
|
@ -272,7 +272,12 @@ nsEditorShell::~nsEditorShell()
|
|||
// care of themselves.
|
||||
}
|
||||
|
||||
NS_IMPL_ISUPPORTS4(nsEditorShell, nsIEditorShell, nsIWebProgressListener, nsIURIContentListener, nsIEditorSpellCheck);
|
||||
NS_IMPL_ISUPPORTS5(nsEditorShell,
|
||||
nsIEditorShell,
|
||||
nsIWebProgressListener,
|
||||
nsIURIContentListener,
|
||||
nsIEditorSpellCheck,
|
||||
nsISupportsWeakReference);
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsEditorShell::Init()
|
||||
|
|
|
@ -78,7 +78,8 @@ class nsIStyleSheet;
|
|||
class nsEditorShell : public nsIEditorShell,
|
||||
public nsIEditorSpellCheck,
|
||||
public nsIWebProgressListener,
|
||||
public nsIURIContentListener
|
||||
public nsIURIContentListener,
|
||||
public nsSupportsWeakReference
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче