зеркало из https://github.com/mozilla/gecko-dev.git
added content state change
This commit is contained in:
Родитель
a94e23fc23
Коммит
328ef991ee
|
@ -946,6 +946,13 @@ nsWebShellWindow::ContentChanged(nsIDocument *aDocument,
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsWebShellWindow::ContentStateChanged(nsIDocument *aDocument,
|
||||
nsIContent* aContent)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsWebShellWindow::AttributeChanged(nsIDocument *aDocument,
|
||||
nsIContent* aContent,
|
||||
|
|
|
@ -114,6 +114,8 @@ public:
|
|||
NS_IMETHOD ContentChanged(nsIDocument *aDocument,
|
||||
nsIContent* aContent,
|
||||
nsISupports* aSubContent);
|
||||
NS_IMETHOD ContentStateChanged(nsIDocument *aDocument,
|
||||
nsIContent* aContent);
|
||||
NS_IMETHOD AttributeChanged(nsIDocument *aDocument,
|
||||
nsIContent* aContent,
|
||||
nsIAtom* aAttribute,
|
||||
|
|
Загрузка…
Ссылка в новой задаче