зеркало из https://github.com/mozilla/gecko-dev.git
(no bug) Fix typo in parameter name, in documentation for nsIFrame::InsertFrames and nsIFrame::AppendFrames. Comment-only, DONTBUILD
This commit is contained in:
Родитель
72bbf76294
Коммит
68ef128b1a
|
@ -623,7 +623,7 @@ public:
|
|||
* name,
|
||||
* NS_ERROR_UNEXPECTED if the frame is an atomic frame,
|
||||
* NS_OK otherwise. In this case, AppendFrames empties out
|
||||
* aChildList in the process of moving the frames over to its own
|
||||
* aFrameList in the process of moving the frames over to its own
|
||||
* child list.
|
||||
*/
|
||||
NS_IMETHOD AppendFrames(ChildListID aListID,
|
||||
|
@ -642,7 +642,7 @@ public:
|
|||
* name,
|
||||
* NS_ERROR_UNEXPECTED if the frame is an atomic frame,
|
||||
* NS_OK otherwise. In this case, InsertFrames empties out
|
||||
* aChildList in the process of moving the frames over to its own
|
||||
* aFrameList in the process of moving the frames over to its own
|
||||
* child list.
|
||||
*/
|
||||
NS_IMETHOD InsertFrames(ChildListID aListID,
|
||||
|
|
Загрузка…
Ссылка в новой задаче