icecat: add release icecat-140.6.0-1gnu1 for ecne
This commit is contained in:
parent
618c9f4145
commit
7d0f5dab3b
3382 changed files with 457689 additions and 569094 deletions
|
|
@ -17,7 +17,7 @@
|
|||
using namespace mozilla;
|
||||
using namespace mozilla::dom;
|
||||
|
||||
nsDocShellEditorData::nsDocShellEditorData(nsIDocShell* aOwningDocShell)
|
||||
nsDocShellEditorData::nsDocShellEditorData(nsDocShell* aOwningDocShell)
|
||||
: mDocShell(aOwningDocShell),
|
||||
mDetachedEditingState(Document::EditingState::eOff),
|
||||
mMakeEditable(false),
|
||||
|
|
@ -121,7 +121,7 @@ nsresult nsDocShellEditorData::DetachFromWindow() {
|
|||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult nsDocShellEditorData::ReattachToWindow(nsIDocShell* aDocShell) {
|
||||
nsresult nsDocShellEditorData::ReattachToWindow(nsDocShell* aDocShell) {
|
||||
mDocShell = aDocShell;
|
||||
|
||||
nsCOMPtr<nsPIDOMWindowOuter> domWindow =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue