зеркало из https://github.com/mozilla/pjs.git
Fixing build bustage
This commit is contained in:
Родитель
51fb26e22d
Коммит
aa6a873a94
|
@ -4417,7 +4417,7 @@ nsEventStateManager::FlushPendingEvents(nsPresContext* aPresContext)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nsresult
|
NS_IMETHODIMP
|
||||||
nsEventStateManager::GetDocSelectionLocation(nsIContent **aStartContent,
|
nsEventStateManager::GetDocSelectionLocation(nsIContent **aStartContent,
|
||||||
nsIContent **aEndContent,
|
nsIContent **aEndContent,
|
||||||
nsIFrame **aStartFrame,
|
nsIFrame **aStartFrame,
|
||||||
|
|
|
@ -237,7 +237,7 @@ protected:
|
||||||
void FocusElementButNotDocument(nsIContent *aElement);
|
void FocusElementButNotDocument(nsIContent *aElement);
|
||||||
|
|
||||||
// Return the location of the caret
|
// Return the location of the caret
|
||||||
nsresult GetDocSelectionLocation(nsIContent **startContent, nsIContent **endContent, nsIFrame **startFrame, PRUint32 *startOffset);
|
NS_IMETHOD GetDocSelectionLocation(nsIContent **startContent, nsIContent **endContent, nsIFrame **startFrame, PRUint32 *startOffset);
|
||||||
|
|
||||||
void GetSelection ( nsIFrame* inFrame, nsPresContext* inPresContext, nsIFrameSelection** outSelection ) ;
|
void GetSelection ( nsIFrame* inFrame, nsPresContext* inPresContext, nsIFrameSelection** outSelection ) ;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче