зеркало из https://github.com/mozilla/gecko-dev.git
used false instead of PR_FALSE.
This commit is contained in:
Родитель
fb063c34f9
Коммит
49536b7650
|
@ -1034,7 +1034,7 @@ nsFrame::IsSelectable(PRBool* aSelectable, PRUint8* aSelectStyle) const
|
|||
if (aSelectStyle)
|
||||
*aSelectStyle = selectStyle;
|
||||
if (mState & NS_FRAME_GENERATED_CONTENT)
|
||||
*aSelectable = false;
|
||||
*aSelectable = PR_FALSE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -1034,7 +1034,7 @@ nsFrame::IsSelectable(PRBool* aSelectable, PRUint8* aSelectStyle) const
|
|||
if (aSelectStyle)
|
||||
*aSelectStyle = selectStyle;
|
||||
if (mState & NS_FRAME_GENERATED_CONTENT)
|
||||
*aSelectable = false;
|
||||
*aSelectable = PR_FALSE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче