mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 18:31:08 +00:00
Fixed reversed order of parameters for call to nsPrevNextBidiLevels::SetData(). bug=336617 r+sr=roc
This commit is contained in:
parent
c66b163cd4
commit
28bd16f046
@ -1885,8 +1885,8 @@ nsFrameSelection::GetPrevNextBidiLevels(nsIContent *aNode,
|
||||
// set aNextFrame to the current frame
|
||||
// set aNextLevel to the embedding level of the current frame
|
||||
levels.SetData(nsnull, currentFrame,
|
||||
NS_GET_EMBEDDING_LEVEL(currentFrame),
|
||||
NS_GET_BASE_LEVEL(currentFrame));
|
||||
NS_GET_BASE_LEVEL(currentFrame),
|
||||
NS_GET_EMBEDDING_LEVEL(currentFrame));
|
||||
return levels;
|
||||
}
|
||||
} //if (!aJumpLines)
|
||||
|
Loading…
x
Reference in New Issue
Block a user